From 0be9053c177a97302153acc2612aae4c08f6a7be Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 22 Apr 2003 23:52:48 +0000 Subject: [PATCH] New documentation file "Platforms.txt". [from HEAD] --- doc/Makefile.am | 6 +++--- doc/Platforms.txt | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 doc/Platforms.txt diff --git a/doc/Makefile.am b/doc/Makefile.am index 1529d651..07b554b1 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,11 +9,11 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.16 2003/04/21 08:01:29 alex Exp $ +# $Id: Makefile.am,v 1.16.2.1 2003/04/22 23:52:48 alex Exp $ # -EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt README-AUX.txt \ - README-BeOS.txt RFC.txt sample-ngircd.conf +EXTRA_DIST = CVS.txt FAQ.txt Protocol.txt Platforms.txt \ + README-AUX.txt README-BeOS.txt RFC.txt sample-ngircd.conf maintainer-clean-local: rm -f Makefile Makefile.in diff --git a/doc/Platforms.txt b/doc/Platforms.txt new file mode 100644 index 00000000..7591b43a --- /dev/null +++ b/doc/Platforms.txt @@ -0,0 +1,50 @@ + + ngIRCd - Next Generation IRC Server + + (c)2001-2003 by Alexander Barton, + alex@barton.de, http://www.barton.de/ + + ngIRCd is free software and published under the + terms of the GNU General Public License. + + -- Platforms.txt -- + + +This file lists the status of all platforms on which the ngIRCd has been +tested. Included is the date and version of the last "official" test and +the name of the tester/maintainer. + +If you successfully compiled and tested ngIRCd on a platform that isn't +listed here, please contact Alexander Barton, , so that this +list can be updated. Thanks for your help! + + + the executable works ("runs") as expected --+ + tests run successfully ("make check") --+ | + ngIRCd compiles ("make") --+ | | + ./configure works --+ | | | + | | | | +Platform Compiler ngIRCd Date Tester C M T R See +--------------------------- ------------ ---------- -------- ------ - - - - --- +i386/unknown/freebsd5.0 gcc 3.2.1 0.7.x-CVS 03-04-23 alex Y Y Y Y +i386/unknown/netbsdelf1.6.1 gcc 2.95.3 0.7.x-CVS 03-04-23 alex Y Y Y Y +i686/pc/linux-gnu gcc 2.95/3.x 0.7.0-pre1 03-04-22 alex Y Y Y Y (1) +m68k/apple/aux3.1.1 Orig. A/UX 0.7.x-CVS 03-04-22 alex Y Y Y Y (2) +sparc/sun/solaris2.6 gcc 2.95.3 0.7.x-CVS 03-04-22 alex Y Y Y Y + + +Notes +~~~~~ +(1) i686/pc/linux-gnu: + ngIRCd has been tested with various Linux distributions, such as SuSE, + RedHat, Debian, and Gentoo using Kernels 2.2.x or 2.4.x and various + versions of the GNU C compiler (2.95.3, 3.0, 3.2 and 3.3). The eldest + glibc used was glibc-2.0.7. ngIRCd compiled and run on all these systems + without problems. + +(2) This compiler is an pre-ANSI C compiler, therefore the source code is + automatically converted using the included ansi2knr tool while building. + + +-- +$Id: Platforms.txt,v 1.1.2.1 2003/04/22 23:52:48 alex Exp $