-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNotes.build
More file actions
50 lines (29 loc) · 1.36 KB
/
Copy pathNotes.build
File metadata and controls
50 lines (29 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
After building / installing OpenSG
VCoRE:
1) Copy CMakeCacheInitial.platform.txt to CMakeCacheIntial.txt within the
source directory.
2) Adjust CMake parameters in CMakeCacheInitial.txt
3) create build dir
4) in build dir run 'cmake <VCoRE Source>'
5) build
6) install (if required)
Note the initial cache adjusted in step 2 will only be read once
during the very first cmake run. Changing it and rerunning cmake will
not include the latest changes. For this you must start over, e.g.
clear/recreate the build directory or delete the cmake cache inside
the build directory.
Running the appVCoreCSM examples:
The appVCoRECSM setup requires access to common files provided by
OpenSG itself in the OpenSG/Examples/CSM/Common and OpenSG/Examples/CSM/Models
subdirectories. Both are expected to be available as VCoRE/Examples/CSM/Common
and VCoRE/Examples/CSM/Models. The easiest way to achive this is linking
the directories from OpenSG, e.g.
ln -s <OpenSG Src Dir>/Examples/CSM/Common <VCoRE Src Dir/Examples/CSM/Common
ln -s <OpenSG Src Dir>/Examples/CSM/Models <VCoRE Src Dir/Examples/CSM/Models
or the mklink equivalent under Win7 and up.
appVCoRECSM in the simplest form takes one argument, the directory where
it loads the parameter configuration (params.csm) file from, e.g. it can
be run as
appVCoRECSM Examples/CSM/Simple
or
appVCoRECSM Examples/CSM/Simple-Sofa