summaryrefslogtreecommitdiffstats
path: root/INSTALL-MXE.md
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-11-26 18:17:33 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-11-26 18:18:20 +0100
commit047db22d4a34db3fa3e41f41ccdab6f02174b78f (patch)
tree4f4082081cb216343f4cbddd13fc3bc0ab694e69 /INSTALL-MXE.md
parent8c25650ad5e888019f350f099d6755921780c6f1 (diff)
downloadcolobot-047db22d4a34db3fa3e41f41ccdab6f02174b78f.tar.gz
colobot-047db22d4a34db3fa3e41f41ccdab6f02174b78f.tar.bz2
colobot-047db22d4a34db3fa3e41f41ccdab6f02174b78f.zip
Corrected markdown formatting in INSTALL
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