summaryrefslogtreecommitdiff
path: root/build/unix_installer/USAGE
diff options
context:
space:
mode:
Diffstat (limited to 'build/unix_installer/USAGE')
-rw-r--r--build/unix_installer/USAGE14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/unix_installer/USAGE b/build/unix_installer/USAGE
new file mode 100644
index 0000000..c73ca8c
--- /dev/null
+++ b/build/unix_installer/USAGE
@@ -0,0 +1,14 @@
+Making a release binary:
+
+- Build the game in release mode.
+
+- Change build/unix_installer/template to suit your needs.
+
+- From the 'sc2' dir of the svn tree, run the following command, changing
+ the arguments if necessary.
+ The first one is the name of the final executable, the second
+ the template to use.
+
+ build/unix_installer/buildinstaller.sh uqm-0.2-linux-dynamic.sh \
+ "build/unix_installer/template"
+