Changeset 2983f5e
- Timestamp:
- 2005-11-28T23:32:50Z (19 years ago)
- Branches:
- master
- Children:
- bd69a21
- Parents:
- ed165fe
- Files:
-
- 1 added
- 7 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/BUILD.win32
red165fe r2983f5e 1 Instructions for building the Bitlbee Win32 port1 Instructions for building BitlBee on Windows 2 2 ================================================ 3 3 4 4 1. Download the latest version using bzr (http://www.bazaar-ng.org/): 5 bzr branch http://jelmer.vernstok.nl/oss/bitlbee/bzr/win32 bitlbee-win32 5 6 H:\> bzr branch http://win32.bitlbee.org/bzr bitlbee-win32 7 ... 8 6 9 2. Download and install the required development files: 7 10 from ftp://ftp.gtk.org/pub/gtk/v2.8/win32/ 8 11 - glib 9 12 - glib-dev 10 - libiconv 11 - gettext 13 - libiconv (in dependencies/) 14 - gettext (in dependencies/) 12 15 from http://ftp.mozilla.org/pub/mozilla.org/ 13 - nss 14 - nspr 16 - nss (in security/nss/) 17 - nspr (in nspr/) 15 18 16 I've put them inside c:\dev, so you might have the most with that location. 19 3. Set the following variables in Makefile.settings, if you don't have the 20 libraries above installed in the default directories searched by MSVC: 17 21 18 3. Open bitlbee.dsw in VC++ and build :-) 22 - GLIB_DIR 23 - NSS_DIR 24 - NSPR_DIR 19 25 20 4. Now you're done. When running, make sure all the required DLL's are accessible. If they can't be found, place them inside c:\winnt\system32 or the Debug or Release directories inside bitlbee-...\win32\. 26 4. Build: 27 28 H:\BitlBee> nmake /f win32.mk 29 ... 21 30 22 31 5. To build setup files, compile the bitlbee.iss file using the Inno Setup
Note: See TracChangeset
for help on using the changeset viewer.