- Commit
- 4734ddc846621302334974f9963bdb46f7990602
- Parent
- ad0d423bd57d2ac261ef921a9784dbfe666a89d2
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added instructions for cross-compiling windows binary.
My personal build of CMark ✏️
Added instructions for cross-compiling windows binary.
1 file changed, 10 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | README.md | 10 | 10 | 0 |
diff --git 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) -----------------------