blob: 0a77041c1b8b9dd3796fd7e4d617725f6d78f279 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Building Sample Projects:
Windows:
1. Double Click "GenerateSamples_win.bat" or run it through command prompt.
2. Enter the type of project to create
3. The project files will be created in vc11\windows or vc11\windows_x64 folder
Mac:
1. Run the shell script GenerateSamples_mac.sh.
2. Enter the type of project to create
3. The project files will be created in xcode\intel or xcode\intel_64 folder
Linux:
1. Run the Makefile. This Makefile will call cmake to generate the makefile for all the samples. Also all the sample will be build automatically.
2. All the sample projects makefiles will be created in gcc folder.
3. All the sample will be built in ../target folder.
4. Make sure the gcc location is added to $PATH and its libraries location to $LD_LIBRARY_PATH. There is a need to add libuuid.so library path to the $LD_LIBRARY_PATH as well.
|