diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-05 14:28:21 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-05 14:28:21 +0100 |
commit | cd92b0e72b537c09652c5585af19e6eb51718a3e (patch) | |
tree | 6771086123b196117356450b317ae7a7f01bd53f /win32/deps/zlib/mod.md | |
parent | 857f4366717671438316b7a7531adcb8f042febb (diff) |
Add build notes to 1st level deps
Diffstat (limited to 'win32/deps/zlib/mod.md')
-rw-r--r-- | win32/deps/zlib/mod.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/deps/zlib/mod.md b/win32/deps/zlib/mod.md new file mode 100644 index 00000000..5c21433d --- /dev/null +++ b/win32/deps/zlib/mod.md @@ -0,0 +1,5 @@ + * Download [zlib 1.2.7](http://zlib.net/zlib127.zip) + * Extract to `C:\mozilla-build\hexchat` + * Open VS x86 command prompt + * Build with `build-x86.bat` + * Extract package to `C:\mozilla-build\hexchat\build\Win32` |