Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Get Involved With Pugs

by polettix (Vicar)
on May 18, 2005 at 10:07 UTC ( [id://458134]=note: print w/replies, xml ) Need Help??

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"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://458134]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-16 17:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found