Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

open-axiom repository from github

24005 views
1
- Open the file openaxiom.nsi and edit
2
the variable BUILD_VERSION "X.Y.Z"
3
with the version you are packaging. Also
4
you can specify the Architecture by setting
5
the ARCH variable.
6
7
- Copy the "OpenAxiom" install directory
8
next to the openaxiom.nsi file.
9
10
- Place inside the "bin" directory any extra
11
libraries that need to be included in the
12
OpenAxiom path.
13
14
Mingw:
15
16
* libgcc_s_dw2-1.dll
17
* mingwm10.dll
18
* libstdc++-6.dll
19
20
QT:
21
22
* QtCore4.dll
23
* QtGui4.dll
24
25
Command Line:
26
27
* cat.exe
28
* rm.exe
29
30
- Compile the openaxiom.nsi file using NSIS.
31
32
- After compilation, you will have an installer
33
file open-axiom-X.Y.Z-windows-i386.exe
34