summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-14 08:27:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-14 08:27:16 -0800
commit4734ddc846621302334974f9963bdb46f7990602 (patch)
treee6f4596d401d8169dca4d508c8c5972e94a44b3b /README.md
parentad0d423bd57d2ac261ef921a9784dbfe666a89d2 (diff)
Added instructions for cross-compiling windows binary.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index a0615ad..b02314b 100644
--- a/README.md
+++ b/README.md
@@ -109,6 +109,16 @@ To make a release tarball:
make tarball
+Compiling for Windows
+---------------------
+
+You can cross-compile a Windows binary and dll on linux if you have the
+`mingw32` compiler:
+
+ make mingw
+
+The binaries will be in `build-mingw/windows/bin`.
+
Installing (JavaScript)
-----------------------