kopug memo

名古屋で働くとあるWebエンジニアの覚書。

Perl6::Pugs

長々書いていたのですが、ポストしようとしたところで消えてしまい、萎えました orz

てことで箇条書きでメモ残します。

get Haskell

                                                                                                                                                                                                                            • -

$ wget http://haskell.org/ghc/dist/6.4.1/RedHat9.0/ghc-6.4.1-1.i386.rpm
$ wget http://haskell.org/ghc/dist/6.4.1/RedHat9.0/ghc-prof-6.4.1-1.i386.rpm
rpm -Uvh ghc-*.rpm

                                                                                                                                                                                                                            • -

get Perl6::Pugs

                                                                                                                                                                                                                            • -

$ wget http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/Perl6-Pugs-6.2.11.tar.gz
$ tar zxvf Perl6-Pugs-6.2.11.tar.gz

                                                                                                                                                                                                                            • -

install Perl6::Pugs

                                                                                                                                                                                                                            • -

$ cd Perl6-Pugs-6.2.11
$ perl Makefile.PL PREFIX=/usr/local/pugs
$ make
$ make test
# make install

                                                                                                                                                                                                                            • -
---------------------------------------------------------------------------------------------------------------
# pugs -v
   ______
 /\   __ \
 \ \  \/\ \ __  __  ______  ______     (P)erl6
  \ \   __//\ \/\ \/\  __ \/\  ___\    (U)ser's
   \ \  \/ \ \ \_\ \ \ \/\ \ \___  \   (G)olfing
    \ \__\  \ \____/\ \____ \/\_____\  (S)ystem
     \/__/   \/___/  \/___/\ \/____/
                       /\____/               Version: 6.2.11
                       \/___/    Copyright 2005, 2006 by Audrey Tang
--------------------------------------------------------------------
 Web: http://pugscode.org/           Email: perl6-compiler@perl.org
---------------------------------------------------------------------------------------------------------------