General
- get gale-0.18c.tar.gz, gc.tar.gz, rsaref20.tar.Z
- tar xvfz ~/gale-0.18c.tar.gz
- cd gale-0.18c
- tar xvfz ~/gc.tar.gz
- cd rsaref; tar xvfz ~/rsaref20.tar.Z
- cd ..
Cluster specific
- ITS, Solaris: morocco
-
- setup gnu (for gtar and gnumake and gcc, only the last
of which is probably necessary)
- ./configure --prefix=$HOME --bindir=$HOME/bin/sol2
--sbindir=$HOME/sbin/sol2
- edit include/gale/config.h to comment out HAVE_TERM_H
- make
- make
- make install
- CS Music, NetBSD: guitar
-
- ln -sf etc gems/etc; ln -sf .auth gems/.auth
- edit ./configure; replace -ldes and -lkrb with empty
string when they're being added to LIBS
- ./configure --prefix=$HOME
- make
- make install SUBDIRS="auth server gsend gsub gwatch gkeys gdomain"
- CS Gems, Irix: emerald
-
- export SGI_ABI=-o32
- CC=cc ./configure --prefix=$HOME
- make
- make install
- Miskatonic, PPC MkLinux: uqbar
-
- ./configure --prefix=/opt/gale --sysconfdir=/vopt
- added "#include <asm-ppc/termios.h>" to top of misc/term.c
because my kernel headers are fucked up
- make
- make install
author