From 0bd6af6b9ccb4760dc8ac57ed25084ab36668aa8 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 11 Nov 2019 11:24:32 +0100 Subject: Add a quickstart to the README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 14d50a8..4bbd9d6 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,12 @@ If you're a Rakudo Star release manager, or someone who wants to create a user-friendly Raku distribution based on the tools here, check the `guides` directory. This contains documentation on how to make a Rakudo Star tarball, as well as information on how to create Windows `.msi` and MacOS `.dmg` packages. + +### Quickstart + + export VERSION=quickstart # Update to whatever version number you want to use + ./bin/mkrelease.sh "$VERSION" + mkdir -p work/build + tar xzf "work/release/rakudo-star-$VERSION.tar.gz" -C work/build + cd "work/build/rakudo-star-$VERSION" + perl Configure.pl --prefix="../../install" --backend=moar --gen-moar --make-install -- cgit v1.1