aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-29 07:17:01 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-29 07:17:01 -0500
commit20d56766c5b03c34b9024a71b76a0087f98340a4 (patch)
tree86413b8e5a0bdfc655f528cafea019053fe55879
parent03ba312a5ff2d75f424dd67e971ce0fc9670a3fb (diff)
Update README.star with pointers to new build process.
-rw-r--r--README.star25
1 files changed, 5 insertions, 20 deletions
diff --git a/README.star b/README.star
index faa2aa7..168fe01 100644
--- a/README.star
+++ b/README.star
@@ -11,25 +11,10 @@ http://github.com/rakudo/star/downloads .
If you're still reading this, we assume you're a Rakudo Star
release manager, or someone that is looking to create new
Perl 6 distributions based on the tools here. Run
-"make VERSION=yyyy.mm" to populate a distribution image
-into the rakudo-star-yyyy.mm/ directory.
+"make -f tools/star/Makefile" to populate a distribution image.
-The build system assumes that you have the following tools available:
+See tools/star/release-guide.doc for the steps needed to build
+a candidate release.
- * perl
- * make
- * git
- * wget
- * cp
- * find
- * tar
- * touch
-
-See <https://github.com/rakudo/rakudo/wiki/What's-going-into-Rakudo-*%3F> for a list
-of modules we want included in the distribution.
-
-The skel/ directory contains the basic layout of documentation and
-other support files, other components are then populated into
-the target directory via the make command above.
-
-To create a candidate release tarball, try "make release VERSION=yyyy.mm".
+See <https://github.com/rakudo/rakudo/wiki/What's-going-into-Rakudo-*%3F>
+for a list of modules we want included in the distribution.