Subversion Repositories gelsvn

Rev

Rev 617 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 617 Rev 618
Line 14... Line 14...
14
 
14
 
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
 
19
On other platforms, you may need to install GLUT and Lapack. Then CMake can be used
20
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
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
22
For this reason you need to use the GEL directory as your build directory. This may be fixed in later
22
releases.
23
releases.
23
 
24