-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathBuild.txt
More file actions
35 lines (20 loc) · 749 Bytes
/
Build.txt
File metadata and controls
35 lines (20 loc) · 749 Bytes
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
- tested on Linux only
- checkout
git://github.com/gerritvoss/OpenSGDevMaster_Toolbox.git
and
git://github.com/gerritvoss/OpenSGToolbox.git
- rename/copy the <OpenSG Root>/CMakeCacheInitial.txt.ref to
<OpenSG Root>/CMakeCacheInitial.txt and edit the file to match
your setup/paths
- run cmake to initially configure the build (note the CMakeCacheInitial.txt
file is only read once during the first configure run), e.g.:
on the same dir level as <OpenSG Root> do
mkdir OpenSGDevMaster_Toolbox.build
cd OpenSGDevMaster_Toolbox.build
cmake ../OpenSGDevMaster_Toolbox.git
- build
this should build OpenSG with everything under
<Toolbox_Root>/Source/Base and
<Toolbox_Root>/Source/System
included.
gerrit