aboutsummaryrefslogtreecommitdiff
path: root/contrib/windows-installer/README.txt
blob: 4d4731fab36185e1cdcd29986f7b7decd8f5d188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- Open the file openaxiom.nsi and edit
  the variable BUILD_VERSION "X.Y.Z"
  with the version you are packaging. Also
  you can specify the Architecture by setting
  the ARCH variable.
  
- Copy the "OpenAxiom" install directory
  next to the openaxiom.nsi file.

- Place inside the "bin" directory any extra 
  libraries that need to be included in the
  OpenAxiom path.

  Mingw:
  
  * libgcc_s_dw2-1.dll
  * mingwm10.dll
  * libstdc++-6.dll
 
  QT:
  
  * QtCore4.dll
  * QtGui4.dll
  
  Command Line:
  
  * cat.exe
  * rm.exe
  
- Compile the openaxiom.nsi file using NSIS.

- After compilation, you will have an installer
  file open-axiom-X.Y.Z-windows-i386.exe