1ff1fcb8f3
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3616 8092fc87-c524-0410-9efc-e669fe64eaf9
15 lines
420 B
Plaintext
15 lines
420 B
Plaintext
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"
|
|
|