aboutsummaryrefslogtreecommitdiff
path: root/contrib/windows-installer/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/windows-installer/README.txt')
-rw-r--r--contrib/windows-installer/README.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/contrib/windows-installer/README.txt b/contrib/windows-installer/README.txt
new file mode 100644
index 00000000..4d4731fa
--- /dev/null
+++ b/contrib/windows-installer/README.txt
@@ -0,0 +1,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 \ No newline at end of file