Subversion Repositories gelsvn

Rev

Rev 243 | Rev 250 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
243 bj 1
The setup script is made with the free tool NSIS (Nullsoft Scriptable Install System). 
2
Get it from http://nsis.sourceforge.net/Main_Page
238 bj 3
 
246 bj 4
With NSIS installed, right click the .nsi file to compile to .exe
5
 
6
The script ( located in .\ ) assumes the following file structure:
7
 
8
Third party dependancies:
9
.\externals
10
 
11
  \lib		library files
12
  \bin		dll-files 
13
  \include	header files
14
 
15
Currren version of GEL:
16
.\current
17
 
18
  \lib		library files
19
  \include	header files
20
 
21
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.