comparison README-Win32.txt @ 251:4978b5baf8f1

Win32 version for traffic intelligence. Use the README-Win32.txt to know how to fetch the dependencies. A batch file is included to automate most of the process
author Jeep-Tour@Jeep-Tour-PC
date Mon, 23 Jul 2012 12:27:50 -0400
parents
children 5d788d2e8ffc
comparison
equal deleted inserted replaced
248:571ba5ed22e2 251:4978b5baf8f1
1 To be able to use traffic intelligence on windows, you will first have to fetch the 3rd party libraries.
2 To do this, go in the folder win32-depends and launch win32-depends-installer.bat. It should fetch the library
3 and unarchive them correctly.
4
5 Second you will need is the project TrajectoryManagementAndAnalysis available at https://bitbucket.org/trajectories/trajectorymanagementandanalysis
6
7
8
9 If you want the sln to work, the project must be in the same folder where you have cloned trafficintelligence.
10 To clone the project, use hg clone https://bitbucket.org/trajectories/trajectorymanagementandanalysis
11
12 If you've done everything correctly, you should have
13
14 /trafficintelligence
15 /trafficintelligence/win32-depends/boost/
16 /trafficintelligence/win32-depends/klt/
17 /trafficintelligence/win32-depends/opencv/
18 /trafficintelligence/win32-depends/sqlite/
19 /trajectorymanagementandanalysis
20
21
22