develooper Front page | perl.perl6.users | Postings from May 2006

Re: Getting to hello world?

Thread Previous | Thread Next
From:
James E Keenan
Date:
May 23, 2006 00:47
Subject:
Re: Getting to hello world?
Message ID:
447251A0.7000009@yahoo.com
Gabor Szabo wrote:

> On Ubuntu it was quite straigt forward, I think this is everything I 
> needed:
> 
> sudo apt-get install subversion
> sudo apt-get install ghc6
> 

Given that, in the above, you installed subversion and ghc6 for all 
users ...

[snip]

> # To compile Parrot
> svn co https://svn.perl.org/parrot/trunk parrot
> cd parrot
> perl Configure.pl --prefix=$HOME/parrot --cc=cc --cxx=CC --link=cc --ld=cc
> make
> make test
> make install
> 
> # added the following to ~/.bashrc and ran source ~/.bashrc
> export PATH=$HOME/parrot/bin:$PATH
> export LD_LIBRARY_PATH=$HOME/parrot/lib/
> export PARROT_PATH=$HOME/work/parrot
> 
> 
... is there some reason why you chose to install parrot only under your 
home directory?

jimk

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About