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
Line 
1Instructions for building BitlBee on Windows
2================================================
3
41. Download the latest version using bzr (http://www.bazaar-ng.org/):
5
6   H:\> bzr branch http://win32.bitlbee.org/bzr bitlbee-win32
7   ...
8
92. Download and install the required development files:
10    from ftp://ftp.gtk.org/pub/gtk/v2.8/win32/
11    - glib
12    - glib-dev
13    - libiconv (in dependencies/)
14    - gettext (in dependencies/)
15    from http://ftp.mozilla.org/pub/mozilla.org/
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:
21
22   - GLIB_DIR
23   - NSS_DIR
24   - NSPR_DIR
25
264. Build:
27
28        H:\BitlBee> nmake /f win32.mk
29        ...
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.