Subversion Repositories gelsvn

Rev

Rev 301 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
302 bj 1
How to build GEL 
2
(I have downloaded GELsetup.exe and GELsrc.exe, now what?)
300 bj 3
 
4
1) Install 3rd party libraries
5
 
6
Use GELsetup.exe to do this. Install only externals by deselecting
7
the binary version of GEL included in this installer. Three
8
environment variables GEL_INCLUDE, GEL_LIB and GEL_BIN will be
9
added with the base path specified as target directory in the
10
installer. GEL_BIN will be added to the PATH. The installer lets
301 bj 11
the user choose whether these modifications should be done for all
300 bj 12
users or current user only.
13
 
14
2) Install source code
15
 
16
Use GELsrc.exe to do this. Select the component needed. Note that
17
some GEL-components are dependant on other GEL-components and the
301 bj 18
installer does NOT warn if dependencies are broken! Most people
300 bj 19
will need the whole shabang.
20
 
21
3) Make project files
22
 
23
Run build_solution.bat to create .sln and .vcproj files. When
24
prompted, select the proper version of Visual Studio.
25
 
26
Select the 'Separate Libraries' unless you REALLY know what you
27
are doing!
28
 
29
4) Build
30
 
31
open the created .sln file.
32
 
33
Choose 'Install' or 'Install_Debug' configuration.
34
 
35
This will compile and install GEL in  the directory specified by
36
GEL_INCLUDE and GEL_LIB. The 'Release' and 'Debug' configurations
37
use the local directory as build target. This is usefull if you
38
want to paly around with GEL.