source: doc/BUILD.win32 @ 2983f5e

Last change on this file since 2983f5e was 2983f5e, checked in by Jelmer Vernooij <jelmer@…>, at 2005-11-28T23:32:50Z

Switch to using a Makefile rather then VC project files.

  • Property mode set to 100644
File size: 932 bytes
RevLine 
[2983f5e]1Instructions for building BitlBee on Windows
[d1d6776]2================================================
3
41. Download the latest version using bzr (http://www.bazaar-ng.org/):
[2983f5e]5
6   H:\> bzr branch http://win32.bitlbee.org/bzr bitlbee-win32
7   ...
8
[d1d6776]92. Download and install the required development files:
[99318ad]10    from ftp://ftp.gtk.org/pub/gtk/v2.8/win32/
[d1d6776]11    - glib
12    - glib-dev
[2983f5e]13    - libiconv (in dependencies/)
14    - gettext (in dependencies/)
[d1d6776]15    from http://ftp.mozilla.org/pub/mozilla.org/
[2983f5e]16    - nss (in security/nss/)
17    - nspr (in nspr/)
18
193. Set the following variables in Makefile.settings, if you don't have the
20   libraries above installed in the default directories searched by MSVC:
[d1d6776]21
[2983f5e]22   - GLIB_DIR
23   - NSS_DIR
24   - NSPR_DIR
[d1d6776]25
[2983f5e]264. Build:
[d1d6776]27
[2983f5e]28        H:\BitlBee> nmake /f win32.mk
29        ...
[d1d6776]30
315. To build setup files, compile the bitlbee.iss file using the Inno Setup
32   program (available from www.jrsoftware.org).
Note: See TracBrowser for help on using the repository browser.