From 4734ddc846621302334974f9963bdb46f7990602 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 14 Nov 2014 08:27:16 -0800 Subject: Added instructions for cross-compiling windows binary. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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) ----------------------- -- cgit v1.2.3