mirror of
git://git.psyced.org/git/psyclpc
synced 2024-08-15 03:20:16 +00:00
let's admit it.. we dont support AIX and Ultrix
This commit is contained in:
parent
368f85d527
commit
b29bdca5a1
1 changed files with 7 additions and 35 deletions
42
INSTALL
42
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
|
||||
|
|
Loading…
Reference in a new issue