Subversion Repositories gelsvn

Rev

Rev 301 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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