Help for this page

Select Code to Download


  1. or download this
    cd $HOME/src/ghc-6.4
    ./configure
    make in-place
    PATH="$PATH:$HOME/src/ghc-6.4/bin/i386-unknown-linux"
    
  2. 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
    
  3. or download this
    perl Configure.pl --prefix="$HOME/sviluppo/parrot-0.2.0"
    make
    make test
    # make install
    
  4. 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"
    
  5. 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"