summaryrefslogtreecommitdiffstats
path: root/INSTALL-MXE.md
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-07-02 11:33:47 +0200
committerDidier Raboud <odyx@debian.org>2014-07-02 11:33:47 +0200
commit2e136acd34c45e5e6d105cabf91c67e5865c38fe (patch)
tree8561603160cce0b41ba31250539a22d37a2951de /INSTALL-MXE.md
parent562be6fe765d7742f7c38fbd82f8cc26369e238b (diff)
parentd9fee8b2adad613cf8c10d153cd5cd7b261b7863 (diff)
downloadcolobot-2e136acd34c45e5e6d105cabf91c67e5865c38fe.tar.gz
colobot-2e136acd34c45e5e6d105cabf91c67e5865c38fe.tar.bz2
colobot-2e136acd34c45e5e6d105cabf91c67e5865c38fe.zip
Merge tag 'colobot-gold-0.1.3-alpha' into debian
Diffstat (limited to 'INSTALL-MXE.md')
-rw-r--r--INSTALL-MXE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL-MXE.md b/INSTALL-MXE.md
index 2074de0..89bec0e 100644
--- a/INSTALL-MXE.md
+++ b/INSTALL-MXE.md
@@ -69,7 +69,7 @@ To cross-compile Colobot using MXE:
on external DLLs. However, the resulting binary will be huge with all these libraries,
so you might want to do: `strip colobot.exe`.
-6. If you want to create a Colobot installer, you need to additionally build 'nsis'
+6. If you want to create a Colobot installer, you need to additionally build `nsis`
in MXE. Then you can create the NSIS installer that way:
`PATH=/path/to/mxe/binaries:$PATH make package`
where `/path/to/mxe/binaries` is path to cross-compiled MXE binaries available