Pugs on MS Windows
From perl6.cz
Old text. Need update.
Contents |
Install
- GHC Haskell binary (ghc-6-6.msi, download page, 37MB)
- TortoiseSVN binary (TortoiseSVN-1.4.1.7992-win32-svn-1.4.2.msi, download page, 9.1MB)
Get Pugs src
- create directory "'pugs-svn-src'"
- click right mouse button on it and use "SVNCheckout...", fill in "URL of repository:" "!http://svn.openfoundry.org/pugs/", click OK (8MB)
install ActiveState Perl + nmake
- ActiveState Perl binary (ActivePerl-5.8.6.811-MSWin32-x86-122208.msi, download page, 12.6MB)
- Run nmake15.exe, (download page) to extract it. Copy nmake.exe and nmake.err to Perl bin directory (C:\Perl\bin)
Build, test and install
- run cmd.exe
set PATH=%PATH%;C:\Perl\bin;C:\ghc\ghc-6.4\bin;C:\Parrot\bin perl Makefile.PL nmake nmake test nmake install