Blame


1 b7a6bf27 2002-02-25 alex
2 b7a6bf27 2002-02-25 alex ngIRCd - Next Generation IRC Server
3 b7a6bf27 2002-02-25 alex
4 b7a6bf27 2002-02-25 alex (c)2001,2002 by Alexander Barton,
5 b7a6bf27 2002-02-25 alex alex@barton.de, http://www.barton.de/
6 b7a6bf27 2002-02-25 alex
7 b7a6bf27 2002-02-25 alex ngIRCd ist freie Software und steht unter
8 b7a6bf27 2002-02-25 alex der GNU General Public License.
9 b7a6bf27 2002-02-25 alex
10 b7a6bf27 2002-02-25 alex -- README-AUX.txt --
11 b7a6bf27 2002-02-25 alex
12 b7a6bf27 2002-02-25 alex
13 b7a6bf27 2002-02-25 alex Seit Version 0.2.2-pre gehoert Apple A/UX zu den offiziell unterstuetzten
14 b7a6bf27 2002-02-25 alex Platformen. Er ist im vollen Funktionsumfang nutzbar.
15 b7a6bf27 2002-02-25 alex
16 b7a6bf27 2002-02-25 alex Folgende Software wird jedoch benoetigt:
17 b7a6bf27 2002-02-25 alex
18 b7a6bf27 2002-02-25 alex - GNU C Compiler (gcc)
19 b7a6bf27 2002-02-25 alex Bezugsquellen:
20 b7a6bf27 2002-02-25 alex http://www.rezepte-im-web.de/appleux/gcc281.tar.gz
21 b7a6bf27 2002-02-25 alex ftp://arthur.ath.cx/pub/AUX/Software/Development/gcc281.tar.gz
22 b7a6bf27 2002-02-25 alex
23 b7a6bf27 2002-02-25 alex - GNU make
24 b7a6bf27 2002-02-25 alex Bezugsquellen:
25 b7a6bf27 2002-02-25 alex http://www.rezepte-im-web.de/appleux/make-3.79.tar.gz
26 b7a6bf27 2002-02-25 alex ftp://arthur.ath.cx/pub/AUX/Software/Development/make-3.79.tar.gz
27 b7a6bf27 2002-02-25 alex
28 b7a6bf27 2002-02-25 alex - GNU sed
29 b7a6bf27 2002-02-25 alex Bezugsquellen:
30 b7a6bf27 2002-02-25 alex http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz
31 b7a6bf27 2002-02-25 alex ftp://arthur.ath.cx/pub/AUX/Software/Tools/sed-3.02.tar.gz
32 b7a6bf27 2002-02-25 alex
33 b7a6bf27 2002-02-25 alex - libUTIL.a
34 b7a6bf27 2002-02-25 alex Bezugsquellen:
35 b7a6bf27 2002-02-25 alex http://ftp.mayn.de/pub/apple/apple_unix/Sys_stuff/libUTIL-2.1.tar.gz
36 b7a6bf27 2002-02-25 alex ftp://arthur.ath.cx/pub/AUX/Software/Libraries/libUTIL-2.1.tar.gz
37 b7a6bf27 2002-02-25 alex
38 b7a6bf27 2002-02-25 alex Nachdem diese Pakete entsprechend installiert sind, reicht ein ganz normales
39 b7a6bf27 2002-02-25 alex "./configure" und "make" aus, um den ngIRCd unter A/UX zu compilieren.
40 b7a6bf27 2002-02-25 alex
41 b7a6bf27 2002-02-25 alex
42 b7a6bf27 2002-02-25 alex Hier die Zeiten von Alex System (Macintosh SE/30, 32 MB, A/UX 3.0.1):
43 b7a6bf27 2002-02-25 alex configure: 7:33, make: 12:02
44 b7a6bf27 2002-02-25 alex
45 b7a6bf27 2002-02-25 alex
46 b7a6bf27 2002-02-25 alex --
47 b7a6bf27 2002-02-25 alex $Id: README-AUX.txt,v 1.1 2002/02/25 14:02:32 alex Exp $