Cygwin
From CenterIM
Contents |
[edit] Things you need to run CenterIM in Cygwin (win32)
You need to setup a cygwin environment that can compile c and c++ programs.
Install the following packages (including dependencies):
- curl-devel (>= 7.16.3-1) (for MSN)
- gcc-g++ (>= 3.4.4-3)
- gettext-devel (>= 0.15-1)
- libgnutls26 (>= 2.2.2-1)
- libiconv (>= 1.11-1)
- libjpeg-devel (>= 6b-12) (for gadu-gadu registration)
- libncurses-devel (>= 5.5-3)
- make (>= 3.81-2)
- openssl (>= 0.9.8g-1)
- openssl-devel (>= 0.9.8g-1)
[edit] 4.22.5 remarks
Before you compile 4.22.5, you have to make a comment of line 26 of firetalk/firetalk.h So change
#define _FC_USE_IPV6
to
//#define _FC_USE_IPV6
[edit] Compiling CenterIM on win32
To compile CenterIM on a win32 system, you need to install the cygwin environment and extract the sources and then run the following commands from the extracted directory:
./configure && make && make install
This will configure CenterIM with all the protocol enabled.
[edit] Unsupported features on win32
The following features are not available for the win32 build
- Unicode support
- GPG support for jabber
