From b29bdca5a13abfc70c03f0b51aa9df84d491349c Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Tue, 16 Feb 2016 08:07:23 +0100 Subject: [PATCH] let's admit it.. we dont support AIX and Ultrix --- INSTALL | 42 +++++++----------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) diff --git a/INSTALL b/INSTALL index b7ded9b..eb533ba 100644 --- a/INSTALL +++ b/INSTALL @@ -97,43 +97,15 @@ Unix or Unix-like system To actually use psyclpc, you need either psyced or a mudlib. - Debian/Ubuntu Linux: - apt-get install libssl-dev libidn11-dev libpcre3 bison autoconf + Gentoo GNU/Linux: + Use the ebuilds provided with the psyced package or + git clone git://cheettyiapsyciew.onion/youbroketheinternet-overlay + + Debian/Ubuntu GNU/Linux: + apt-get install libssl-dev libidn11-dev libpcre3 bison autoconf iconv FreeBSD: - ... - - AIX 3.4: - The native compiler comes in several forms, of which only the - basic form 'xlc' works with the configuration script. - Start the script as: - - CC=xlc ./configure-do ... - - DEC Ultrix: - Depending on the system configuration you might be unable to - compile 'interpret.c' with any kind of optimization at all. - The typical symptom is a failure during the compilation with - "Error code 1". When that happens, do the following steps: - - - Make as usual until the "interpret" compilation - fails. The symptom is "Error code 1". - - - Edit the makefile. Uncomment the compilation - line for debugging, and comment the compilation - line containing the optimization switches and - options. - - - Start the make again. After the "interpret" - compilation completes, control-C out of the - compilation. - - - Edit the makefile again. Re-comment the line - for debugging, and uncomment the line with - the optimization switches and options. - - - Start the make again. This time it will - complete as expected. + cd /usr/ports/converters/iconv; make; sudo make install IPv6