Changeset 2983f5e


Ignore:
Timestamp:
2005-11-28T23:32:50Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
bd69a21
Parents:
ed165fe
Message:

Switch to using a Makefile rather then VC project files.

Files:
1 added
7 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • doc/BUILD.win32

    red165fe r2983f5e  
    1 Instructions for building the Bitlbee Win32 port
     1Instructions for building BitlBee on Windows
    22================================================
    33
    441. Download the latest version using bzr (http://www.bazaar-ng.org/):
    5    bzr branch http://jelmer.vernstok.nl/oss/bitlbee/bzr/win32 bitlbee-win32
     5
     6   H:\> bzr branch http://win32.bitlbee.org/bzr bitlbee-win32
     7   ...
     8
    692. Download and install the required development files:
    710    from ftp://ftp.gtk.org/pub/gtk/v2.8/win32/
    811    - glib
    912    - glib-dev
    10         - libiconv
    11         - gettext
     13    - libiconv (in dependencies/)
     14    - gettext (in dependencies/)
    1215    from http://ftp.mozilla.org/pub/mozilla.org/
    13     - nss
    14     - nspr
     16    - nss (in security/nss/)
     17    - nspr (in nspr/)
    1518
    16 I've put them inside c:\dev, so you might have the most with that location.
     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:
    1721
    18 3. Open bitlbee.dsw in VC++ and build :-)
     22   - GLIB_DIR
     23   - NSS_DIR
     24   - NSPR_DIR
    1925
    20 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\.
     264. Build:
     27
     28        H:\BitlBee> nmake /f win32.mk
     29        ...
    2130
    22315. To build setup files, compile the bitlbee.iss file using the Inno Setup
Note: See TracChangeset for help on using the changeset viewer.