summary refs log tree commit diff stats
path: root/win32/ext/perl/mod.md
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-12 08:12:38 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-12 08:12:38 +0100
commit4e488d04c8ee5c4f920ac7b802ec4b365fdfb117 (patch)
treed79d4dc5d7153ba1cb3e1b8cda99bfa79fc7a761 /win32/ext/perl/mod.md
parentfdc316a1ce9a1c326bd7668b98dd5f313b920c5f (diff)
Add Perl build notes and installers
Diffstat (limited to 'win32/ext/perl/mod.md')
-rw-r--r--win32/ext/perl/mod.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/ext/perl/mod.md b/win32/ext/perl/mod.md
new file mode 100644
index 00000000..db0b862c
--- /dev/null
+++ b/win32/ext/perl/mod.md
@@ -0,0 +1,12 @@
+ * Download [Perl](http://www.perl.org/get.html)

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

+ * Open `win32\Makefile` with a text editor

+ * Replace `INST_TOP = $(INST_DRV)\perl` with `INST_TOP = $(INST_DRV)\mozilla-build\hexchat\perl-5.16\Win32`

+ * Comment out `CCTYPE = MSVC60`

+ * Uncomment `#CCTYPE = MSVC100`

+ * Uncomment `#WIN64 = undef`

+ * Open VS x86 command prompt

+ * Go to win32

+ * `nmake -f Makefile`

+ * `nmake -f Makefile install`

+ * Copy `Copying` to `C:mozilla-build\hexchat\perl-5.16\Win32`