Rev 250 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
274 |
bj |
1 |
Externals
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
The setup script 'GELsetup.nsi' is made with the free tool NSIS (Nullsoft Scriptable Install System).
|
250 |
bj |
5 |
Get it from http://nsis.sourceforge.net/Main_Page
|
|
|
6 |
|
|
|
7 |
With NSIS installed, right click the .nsi file to compile to .exe
|
|
|
8 |
|
|
|
9 |
The script ( located in .\ ) assumes the following file structure:
|
|
|
10 |
|
|
|
11 |
Third party dependancies:
|
|
|
12 |
.\externals
|
|
|
13 |
|
|
|
14 |
\lib library files
|
|
|
15 |
\bin dll-files
|
|
|
16 |
\include header files
|
|
|
17 |
|
|
|
18 |
Currren version of GEL:
|
|
|
19 |
.\current
|
|
|
20 |
|
|
|
21 |
\lib library files
|
|
|
22 |
\include header files
|
|
|
23 |
|
274 |
bj |
24 |
At the of writing current version of GEL is 0.1 which is pure static. Future releases may contain a \bin directory with dll-files as well.
|
|
|
25 |
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
Source code
|
|
|
29 |
|
|
|
30 |
|
|
|
31 |
The setup script 'GELsrc.nsi' makes an installer for source code distribution of GEL.
|
|
|
32 |
|
|
|
33 |
The script ( located in .\ ) assumes that a copy of GEL have been exported to .\GEL (do this in Tortoise SVN by right- clicking on your working copy of 'GEL' and browse to the folder where 'GELsrc.nsi' is located )
|
|
|
34 |
|
|
|
35 |
|
|
|
36 |
/Bjarke
|