root/tags/jabberd-2.1.4/README.win32

Revision 2, 1.5 KB (checked in by smoku, 3 years ago)

jabberstudio CVS import

Line 
1jabberd2 for win32
2------------------
3
4As of 2.0s7, there are patches and VisualStudio projedt files at http://j2.openaether.org/bugzilla/show_bug.cgi?id=36  thanks to Peter Hinz
5
6As of 2.0s3, jabberd2 includes HIGHLY EXPERIMENTAL support for win32
7platforms.
8
9Note that DNS resolution APIs did not appear until Windows 2000, so this
10won't work on Windows 95/98/ME/NT.
11
12You'll need MinGW and MSys installed to get this going, available here:
13
14  http://www.mingw.org/
15
16At the time of writing, the latest MinGW is 3.1.0-1. If you get this
17version, you'll need to also get w32api 2.5 (to get the aforementioned
18DNS resolution APIs). Later versions of MinGW should include these.
19
20Once all this kit is up and running, its business as usual:
21
22  % ./configure
23  % make
24  % make install
25
26Note that you'll still need the various external packages (eg MySQL dev
27packages) available in order to build a working server. Getting these up
28and running under MinGW is outside the scope of this short guide.
29
30NOTE WELL: this is not supported by the jabberd project team. If you
31have problems, you're welcome to post to jabberd@jabberstudio.org, but
32thats all. If you file a bug that can't be reproduced under Unix, then
33the bug will be assumed not to exist. If anyone would like to step up to
34maintain the port properly, please contact me.
35
36Huge thanks go out Peter Hinz for the original port. I've cannibalised it
37pretty seriously, but I wouldn't have had a chance if I hadn't seen his
38code.
39
40-- Robert Norris <rob@cataclysm.cx>, 2004-04-15.
Note: See TracBrowser for help on using the browser.