-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.txt
More file actions
26 lines (19 loc) · 750 Bytes
/
build.txt
File metadata and controls
26 lines (19 loc) · 750 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
Microsoft VC6 / VC 2003 .NET
----------------------------
Open OpenCSG.dsw / OpenCSG.sln
Set OpenCSGexample as active project
Compile and start example
Linux
-----
1) Just type 'make'. Maybe you must adjust the Makefiles in
the src/ and the example/ directory for sucessful compilation.
2) The OpenCSG library will have been build in lib/, GLEW in glew/lib/,
and the example "opencsgexample" will reside in the src/ directory.
To run the opencsg example, you must ensure that the GLEW and the
OpenCSG libs are in your LD_LIBRARY_PATH (e.G., one way to do this
is to copy them to /usr/local/lib and running "ldconfig -v").
Currently there is no automatic way for this.
Dev-C++ 5
---------
Open OpenCSG.dev
Compile and Run