Subversion Repositories gelsvn

Rev

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

Rev 243 Rev 246
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
-
 
5
 
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.
-
 
22
 
6

Generated by GNU Enscript 1.6.6.
23

Generated by GNU Enscript 1.6.6.