diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-06-30 00:41:39 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-06-30 00:41:39 +0100 |
commit | f5d1b3185140e690a6503b9e68c7ea28655b405e (patch) | |
tree | f679a139ecca219aa2c7a07adcaefd3000c8c801 /doc | |
parent | cd63d5822e76a6126bb3017567c9ce2869a44e0b (diff) | |
parent | 913545e54123296fb8229ecad2c77a6e899e0242 (diff) |
Merging changes from Jelmer: It's now possible to cross-compile a Windows
version of BitlBee from Linux. No working SSL support yet though!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BUILD.win32 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/BUILD.win32 b/doc/BUILD.win32 new file mode 100644 index 00000000..e1afe600 --- /dev/null +++ b/doc/BUILD.win32 @@ -0,0 +1,10 @@ +Instructions for building BitlBee for Windows
+=============================================
+
+1) Install the mingw32 compiler
+
+2) Compile GLib2 for the target i586-mingw32msvc
+
+3) Cross-compile BitlBee:
+
+$ ./configure --target=i586-mingw32msvc --ssl=bogus --arch=Windows
|