- or download this
cd $HOME/src/ghc-6.4
./configure
make in-place
PATH="$PATH:$HOME/src/ghc-6.4/bin/i386-unknown-linux"
- or download this
cd $HOME/src/ghc-6.4/hs-plugins-20050501
./configure --prefix="$HOME/src/ghc-6.4/hs-plugins"
make
make install
make register
- or download this
perl Configure.pl --prefix="$HOME/sviluppo/parrot-0.2.0"
make
make test
# make install
- or download this
export PUGS_EMBED=parrot
#export PARROT_PATH="$HOME/sviluppo/parrot-0.2.0"
export PARROT_PATH="$HOME/src/parrot-0.2.0"
- or download this
PUGSINSTALL="$HOME/sviluppo/pugs-6.2.3"
perl Makefile.PL PREFIX="$PUGSINSTALL" DESTDIR="$PUGSINSTALL"
...
make test
make install
PATH="$PATH:$PUGSINSTALL/bin"