summary refs log tree commit diff stats
path: root/win32
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-05 14:28:21 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-05 14:28:21 +0100
commitcd92b0e72b537c09652c5585af19e6eb51718a3e (patch)
tree6771086123b196117356450b317ae7a7f01bd53f /win32
parent857f4366717671438316b7a7531adcb8f042febb (diff)
Add build notes to 1st level deps
Diffstat (limited to 'win32')
-rw-r--r--win32/deps/expat/mod.md7
-rw-r--r--win32/deps/freetype/mod.md7
-rw-r--r--win32/deps/lua/mod.md5
-rw-r--r--win32/deps/win-iconv/mod.md5
-rw-r--r--win32/deps/zlib/mod.md5
5 files changed, 29 insertions, 0 deletions
diff --git a/win32/deps/expat/mod.md b/win32/deps/expat/mod.md
new file mode 100644
index 00000000..5e67d52b
--- /dev/null
+++ b/win32/deps/expat/mod.md
@@ -0,0 +1,7 @@
+ * Download [Expat 2.1.0](http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz/download)

+ * Extract to `C:\mozilla-build\hexchat`

+ * Open `expat.dsw` with VS and convert

+ * For each project, change _Runtime Library_ from _Multi-threaded (/MT)_ to _Multi-threaded DLL (/MD)_ under _Configuration Properties_ `->` _C/C++_ `->` _Code Generation_

+ * Build in VS

+ * Release with `release-x86.bat`

+ * Extract package to `C:\mozilla-build\hexchat\build\Win32`

diff --git a/win32/deps/freetype/mod.md b/win32/deps/freetype/mod.md
new file mode 100644
index 00000000..c956fc8e
--- /dev/null
+++ b/win32/deps/freetype/mod.md
@@ -0,0 +1,7 @@
+ * Download [FreeType 2.4.10](http://download.savannah.gnu.org/releases/freetype/freetype-2.4.10.tar.bz2)

+ * Extract to `C:\mozilla-build\hexchat`

+ * Open `builds\win32\vc2010\freetype.sln` with VS

+ * Add `src\base\ftbdf.c` to `freetype\Source Files\FT_MODULES`

+ * Build in VS

+ * Release with `release-x86.bat`

+ * Extract package to `C:\mozilla-build\hexchat\build\Win32`

diff --git a/win32/deps/lua/mod.md b/win32/deps/lua/mod.md
new file mode 100644
index 00000000..8cb55364
--- /dev/null
+++ b/win32/deps/lua/mod.md
@@ -0,0 +1,5 @@
+ * Download [Lua 5.1.5](http://www.lua.org/ftp/lua-5.1.5.tar.gz)

+ * 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`

diff --git a/win32/deps/win-iconv/mod.md b/win32/deps/win-iconv/mod.md
new file mode 100644
index 00000000..c6d68bc1
--- /dev/null
+++ b/win32/deps/win-iconv/mod.md
@@ -0,0 +1,5 @@
+ * Download [win-iconv 0.0.6](http://win-iconv.googlecode.com/files/win-iconv-0.0.6.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`

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`