diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-24 22:01:45 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-24 22:01:45 +0100 |
commit | 3248516179ea8618333f8db31500d8a53e3184f0 (patch) | |
tree | 00c05f992071a6c3eb83ad01e416e5e24606ec03 | |
parent | 7e1d399584fd2eb0c8e6f49c473ff6b1a2a7ecf6 (diff) |
Build instructions for MSVC/NMAKE
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -104,6 +104,10 @@ To test the archives: Compiling for Windows --------------------- +To compile with MSVC and NMAKE: + + nmake + You can cross-compile a Windows binary and dll on linux if you have the `mingw32` compiler: |