Subversion Repositories gelsvn

Rev

Rev 246 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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