]> arthur.barton.de Git - ngircd-alex.git/blob - doc/Platforms.txt
Updated documentation: added i686/pc/cygwin platform.
[ngircd-alex.git] / doc / Platforms.txt
1
2                      ngIRCd - Next Generation IRC Server
3
4                       (c)2001-2003 by Alexander Barton,
5                     alex@barton.de, http://www.barton.de/
6
7                ngIRCd is free software and published under the
8                    terms of the GNU General Public License.
9
10                               -- Platforms.txt --
11
12
13 This file lists the status of all platforms on which the ngIRCd has been
14 tested. Included is the date and version of the last "official" test and
15 the name of the tester/maintainer.
16
17 If you successfully compiled and tested ngIRCd on a platform that isn't
18 listed here, please contact Alexander Barton, <alex@barton.de>, so that this
19 list can be updated. Thanks for your help!
20
21
22                               the executable works ("runs") as expected --+
23                                 tests run successfully ("make check") --+ |
24                                            ngIRCd compiles ("make") --+ | |
25                                                 ./configure works --+ | | |
26                                                                     | | | |
27 Platform                    Compiler     ngIRCd     Date     Tester C M T R See
28 --------------------------- ------------ ---------- -------- ------ - - - - ---
29 i386/unknown/freebsd5.0     gcc 3.2.1    0.7.x-CVS  03-04-23 alex   Y Y Y Y
30 i386/unknown/netbsdelf1.6.1 gcc 2.95.3   0.7.x-CVS  03-04-23 alex   Y Y Y Y
31 i686/pc/cygwin              gcc 3.2      0.7.x-CVS  03-04-24 alex   Y Y n Y
32 i686/pc/linux-gnu           gcc 2.95/3.x 0.7.0-pre1 03-04-22 alex   Y Y Y Y (1)
33 m68k/apple/aux3.1.1         Orig. A/UX   0.7.x-CVS  03-04-22 alex   Y Y Y Y (2)
34 powerpc/apple/darwin6.5     gcc 3.1      0.7.x-CVS  03-04-23 alex   Y Y Y Y
35 sparc/sun/solaris2.6        gcc 2.95.3   0.7.x-CVS  03-04-22 alex   Y Y Y Y
36
37
38 Notes
39 ~~~~~
40 (1) i686/pc/linux-gnu:
41     ngIRCd has been tested with various Linux distributions, such as SuSE,
42     RedHat, Debian, and Gentoo using Kernels 2.2.x or 2.4.x and various
43     versions of the GNU C compiler (2.95.3, 3.0, 3.2 and 3.3). The eldest
44     glibc used was glibc-2.0.7. ngIRCd compiled and run on all these systems
45     without problems.
46
47 (2) This compiler is an pre-ANSI C compiler, therefore the source code is
48     automatically converted using the included ansi2knr tool while building.
49                         
50
51 -- 
52 $Id: Platforms.txt,v 1.3 2003/04/23 23:18:17 alex Exp $