source: doc/BUILD.win32 @ abe53d3

Last change on this file since abe53d3 was abe53d3, checked in by Jelmer Vernooij <jelmer@…>, at 2005-11-07T16:42:49Z

More work on config manager

  • Property mode set to 100644
File size: 943 bytes
RevLine 
[d1d6776]1Instructions for building the Bitlbee Win32 port
2================================================
3
41. Download the latest version using bzr (http://www.bazaar-ng.org/):
5   bzr branch http://jelmer.vernstok.nl/oss/bitlbee/bzr/win32 bitlbee-win32
62. Download and install the required development files:
[99318ad]7    from ftp://ftp.gtk.org/pub/gtk/v2.8/win32/
[d1d6776]8    - glib
9    - glib-dev
[99318ad]10        - libiconv
11        - gettext
[d1d6776]12    from http://ftp.mozilla.org/pub/mozilla.org/
13    - nss
14    - nspr
15
16I've put them inside c:\dev, so you might have the most with that location.
17
183. Open bitlbee.dsw in VC++ and build :-)
19
204. 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\.
21
225. To build setup files, compile the bitlbee.iss file using the Inno Setup
23   program (available from www.jrsoftware.org).
Note: See TracBrowser for help on using the repository browser.