"James Peregrino" <[EMAIL PROTECTED]> writes:
> You folks took me too literally :) I meant: Given a system without
> pugs/parrot/haskell (I assume perl5 is required), what are the
> things you need to install
I just translated my german "Pugs First Blood" notes about how to
compile Pugs.
Try one
On Ubuntu it was quite straigt forward, I think this is everything I needed:
sudo apt-get install subversion
sudo apt-get install ghc6
mkdir ~/src
cd ~/src
# To compile Parrot
svn co https://svn.perl.org/parrot/trunk parrot
cd parrot
perl Configure.pl --prefix=$HOME/parrot --cc=cc --cxx=CC --li
Hi everyone,
I fiddled around with PackageMaker and created packages for Pugs
(r10396) and Parrot (r12747) for OS X. I used my laptop to check if
they installed everything properly, and it seems they do. If you want
to try them out, I'd be interested in some feedback:
http://www.unobe.com/packages
Hi David,
Just downloaded both and ran the installers on my iBook G4 with OS X
10.4.6 (and ghc-6.4.2).
So it just worked. I can now pugs -e 'say "hello";' with the rest of them.
But I only wish I'd had this three days ago, /before/ I tried to get
it installed by hand! Nice one, and many many th
With David's permission, added to:
http://www.parrotcode.org/source.html
Thanks for putting the build together!
On May 22, 2006, at 6:57 PM, David Romano wrote:
Hi everyone,
I fiddled around with PackageMaker and created packages for Pugs
(r10396) and Parrot (r12747) for OS X. I used my lapto
Finally got my hello-world-foo on in OS X:
Haskell from http://www.haskell.org/ghc/dist/6.4.1/MacOSX/GHC-6.4.1.pkg.zip
parrot from svn
pugs from svn
My preferred enivronment would have been FreeBSD 6.1, but I can't the the
ghc port to build (nor is there a package) :(
--
James Peregrino
On 5/23/06, James E Keenan <[EMAIL PROTECTED]> wrote:
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 .
Hi everyone,
On 5/22/06, Michael Mathews <[EMAIL PROTECTED]> wrote:
Hi David,
Just downloaded both and ran the installers on my iBook G4 with OS X
10.4.6 (and ghc-6.4.2).
So it just worked. I can now pugs -e 'say "hello";' with the rest of them.
But I only wish I'd had this three days ago, /be