Subversion Repositories gelsvn

Rev

Rev 613 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 613 Rev 617
Line 15... Line 15...
15
An XCode project has been created and is found in the root directory. The XCode project produces a framework for the GEL library and compiles all the applications.
15
An XCode project has been created and is found in the root directory. The XCode project produces a framework for the GEL library and compiles all the applications.
16
 
16
 
17
CMake
17
CMake
18
---
18
---
19
On other platforms, you may need to install GLUT and Lapack. Then CMake can be used
19
On other platforms, you may need to install GLUT and Lapack. Then CMake can be used
-
 
20
to produce build files. Some of the example programs have hardcoded paths to files in the data directory.
-
 
21
For this reason you need to use the GEL directory as your build directory. This may be fixed in later
20
to produce build files.
22
releases.
21
 
23
 
22
Glut is available here:
24
Glut is available here:
23
 
25
 
24
http://user.xmission.com/~nate/glut.html
26
http://user.xmission.com/~nate/glut.html
25
 
27
 
Line 35... Line 37...
35
 
37
 
36
http://www.netlib.org/clapack/CLAw32.zip
38
http://www.netlib.org/clapack/CLAw32.zip
37
 
39
 
38
running CMake configuration you will need to set
40
running CMake configuration you will need to set
39
 
41
 
40
INCLUDE_GLUT
-
 
41
LIB_LAPACK
-
 
42
LIB_GLUT
-
 
43
 
42
INCLUDE_GLUT - set it to the directory containing GL/glut.h You may need to create the GL directory.
-
 
43
LIB_LAPACK - set it to the actual file location of clapack.lib
-
 
44
LIB_GLUT - set it to the actual file location of glut32.lib
-
 
45
 
-
 
46
Note: You will also need to put glut32.dll in the path of your executables.
-
 
47
 
44

Generated by GNU Enscript 1.6.6.
48

Generated by GNU Enscript 1.6.6.