aboutsummaryrefslogtreecommitdiff
path: root/win32/rakudo.txt
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-28 00:47:00 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-28 00:47:00 -0500
commit06aa30a95eb52b13f72a58e303130764146b4fd7 (patch)
treef6a8315b9cc24db178fb20d6bb8c2a9615632a4a /win32/rakudo.txt
parentaf09f22d715c5f07db0c37ba0bdc5743422176f6 (diff)
Remove obsolete win32 building stuff.
Diffstat (limited to 'win32/rakudo.txt')
-rw-r--r--win32/rakudo.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/win32/rakudo.txt b/win32/rakudo.txt
deleted file mode 100644
index a63adc5..0000000
--- a/win32/rakudo.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-This directory is for building the Windows installer for Rakudo Star.
-
-You will need
-- Strawberry Perl (eg. the one that comes with Padre from
- http://padre.perlide.org/download.html )
- padre-0.84-on-strawberry-5.12.3.0-v3.exe
-- Inno Setup from http://www.jrsoftware.org/isinfo.php
- 5.4.2(a)
-
-Download The source distribution of Rakudo Star from https://github.com/rakudo/star/downloads
-ptar -xzf rakudo-star-2011.04.tar.gz
-cd rakudo-star-2011.04
-
-As currently the executable is not relocatable we need to decide
-which directory to install. Currently it is c:\rakudo
-
-Follow the insturctions in the README of Rakudo Star:
-
-> perl Configure.pl --gen-parrot --prefix c:\rakudo
-> gmake
-> gmake install
-
-Manually copy c:\strawberry\c\bin\libgcc_s_sjlj-1.dll to c:\rakudo\bin
-
-Create a directory called c:\output where the resulting executable will be placed.
-Then start the Inno Setup Compiler and open the rakudo.iss file.
-Change the "AppVersion" field.
-
-Click on "Build/Compile"
-
-This should generate c:\output\rakudo-star.exe
-