aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-10 05:21:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-10 05:21:13 +0200
commit73c2dce8961e937e97c78f0b8b0ee4abd347756b (patch)
treedf03de03fb1f5264944c5f660fb6b53541b04089 /doc
parent21e5d4981de057bae5261720021757d893061652 (diff)
Update docs, remove obsolete win32-related utilities.
Diffstat (limited to 'doc')
-rw-r--r--doc/BUILD.win3237
1 files changed, 6 insertions, 31 deletions
diff --git a/doc/BUILD.win32 b/doc/BUILD.win32
index e00cfdda..e1afe600 100644
--- a/doc/BUILD.win32
+++ b/doc/BUILD.win32
@@ -1,35 +1,10 @@
-Instructions for building BitlBee on Windows
-================================================
+Instructions for building BitlBee for Windows
+=============================================
-1. Download the latest version using bzr (http://www.bazaar-ng.org/):
+1) Install the mingw32 compiler
- H:\> bzr branch http://win32.bitlbee.org/bzr bitlbee-win32
- ...
+2) Compile GLib2 for the target i586-mingw32msvc
-2. Download and install the required development files:
- from ftp://ftp.gtk.org/pub/gtk/v2.8/win32/
- - glib
- - glib-dev
- - libiconv (in dependencies/)
- - gettext (in dependencies/)
- from http://ftp.mozilla.org/pub/mozilla.org/
- - nss (in security/nss/)
- - nspr (in nspr/)
+3) Cross-compile BitlBee:
- glib and gettext are only required for actually running BitlBee - building
- should work fine without them.
-
-3. Set the following variables in Makefile.settings, if you don't have the
- libraries above installed in the default directories searched by MSVC:
-
- - GLIB_DIR
- - NSS_DIR
- - NSPR_DIR
-
-4. Build:
-
- H:\BitlBee> nmake /f win32.mk
- ...
-
-5. To build setup files, compile the bitlbee.iss file using the Inno Setup
- program (available from www.jrsoftware.org).
+$ ./configure --target=i586-mingw32msvc --ssl=bogus --arch=Windows