Changeset 73c2dce


Ignore:
Timestamp:
2008-06-10T03:21:13Z (16 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
6a72a57
Parents:
21e5d49
Message:

Update docs, remove obsolete win32-related utilities.

Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    r21e5d49 r73c2dce  
    22config.h
    33bitlbee
    4 Debug
    5 Debugx
    6 deps
    7 admin/Debug
    8 admin/admin.plg
    9 bitlbee.plg
    10 *.plg
    11 *.aps
    12 *.clw
    134user-guide.txt
    145user-guide.html
  • Makefile

    r21e5d49 r73c2dce  
    1616ifeq ($(TARGET),i586-mingw32msvc)
    1717objects += win32.o
     18LFLAGS+=-lws2_32
     19EFLAGS+=-lsecur32
    1820else
    1921objects += unix.o conf.o log.o
  • configure

    r21e5d49 r73c2dce  
    512512Windows )
    513513        echo OUTFILE=bitlbee.exe >> Makefile.settings
    514         echo LFLAGS+=-lws2_32 >> Makefile.settings
    515         echo EFLAGS+=-lsecur32 >> Makefile.settings
    516514;;
    517515* )
  • doc/BUILD.win32

    r21e5d49 r73c2dce  
    1 Instructions for building BitlBee on Windows
    2 ================================================
     1Instructions for building BitlBee for Windows
     2=============================================
    33
    4 1. Download the latest version using bzr (http://www.bazaar-ng.org/):
     41) Install the mingw32 compiler
    55
    6    H:\> bzr branch http://win32.bitlbee.org/bzr bitlbee-win32
    7    ...
     62) Compile GLib2 for the target i586-mingw32msvc
    87
    9 2. 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/)
     83) Cross-compile BitlBee:
    189
    19   glib and gettext are only required for actually running BitlBee - building
    20   should work fine without them.
    21 
    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:
    24 
    25    - GLIB_DIR
    26    - NSS_DIR
    27    - NSPR_DIR
    28 
    29 4. Build:
    30 
    31         H:\BitlBee> nmake /f win32.mk
    32         ...
    33 
    34 5. To build setup files, compile the bitlbee.iss file using the Inno Setup
    35    program (available from www.jrsoftware.org).
     10$ ./configure --target=i586-mingw32msvc --ssl=bogus --arch=Windows
Note: See TracChangeset for help on using the changeset viewer.