Last change
on this file since 7d3ef7b was
4146a07,
checked in by Jelmer Vernooij <jelmer@…>, at 2005-12-17T01:25:32Z
|
Fix win32 build using mingw32 on linux (no ssl and yahoo yet though)
|
-
Property mode set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[2983f5e] | 1 | Instructions for building BitlBee on Windows |
---|
[d1d6776] | 2 | ================================================ |
---|
| 3 | |
---|
| 4 | 1. 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] | 9 | 2. 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 | |
---|
[4146a07] | 19 | glib and gettext are only required for actually running BitlBee - building |
---|
| 20 | should work fine without them. |
---|
| 21 | |
---|
[2983f5e] | 22 | 3. Set the following variables in Makefile.settings, if you don't have the |
---|
| 23 | libraries above installed in the default directories searched by MSVC: |
---|
[d1d6776] | 24 | |
---|
[2983f5e] | 25 | - GLIB_DIR |
---|
| 26 | - NSS_DIR |
---|
| 27 | - NSPR_DIR |
---|
[d1d6776] | 28 | |
---|
[2983f5e] | 29 | 4. Build: |
---|
[d1d6776] | 30 | |
---|
[2983f5e] | 31 | H:\BitlBee> nmake /f win32.mk |
---|
| 32 | ... |
---|
[d1d6776] | 33 | |
---|
| 34 | 5. To build setup files, compile the bitlbee.iss file using the Inno Setup |
---|
| 35 | program (available from www.jrsoftware.org). |
---|
Note: See
TracBrowser
for help on using the repository browser.