Line | |
---|
1 | Instructions for building the Bitlbee Win32 port |
---|
2 | ================================================ |
---|
3 | |
---|
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 |
---|
6 | 2. Download and install the required development files: |
---|
7 | from http://www.ethereal.com/distribution/win32/development/: |
---|
8 | - libiconv |
---|
9 | - glib |
---|
10 | - glib-dev |
---|
11 | from http://ftp.mozilla.org/pub/mozilla.org/ |
---|
12 | - nss |
---|
13 | - nspr |
---|
14 | |
---|
15 | I've put them inside c:\dev, so you might have the most with that location. |
---|
16 | |
---|
17 | 3. Open bitlbee.dsw in VC++ and build :-) |
---|
18 | |
---|
19 | 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\. |
---|
20 | |
---|
21 | 5. To build setup files, compile the bitlbee.iss file using the Inno Setup |
---|
22 | program (available from www.jrsoftware.org). |
---|
Note: See
TracBrowser
for help on using the repository browser.