aboutsummaryrefslogtreecommitdiff
path: root/README.star
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-28 00:36:53 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-28 00:36:53 -0500
commitc012d8b882480151d8eb7da92c4cca80d1d9b814 (patch)
tree827354a3d38adfafe328ef55fa454147cc4af868 /README.star
parentc3ff6182252a634e2ce8167a8bd367932e858dd5 (diff)
Move skel/ into top-level directory, to try building directly from the repo.
Diffstat (limited to 'README.star')
-rw-r--r--README.star35
1 files changed, 35 insertions, 0 deletions
diff --git a/README.star b/README.star
new file mode 100644
index 0000000..faa2aa7
--- /dev/null
+++ b/README.star
@@ -0,0 +1,35 @@
+Rakudo Star -- a useful, usable, "early adopter" distribution of Perl 6
+
+Rakudo Star is a distribution of Perl 6 aimed at early adopters.
+This git repository isn't the distribution itself; the repository
+contains the tools and scripts used to create a distribution.
+
+If you're looking to simply download and run the latest release
+of Rakudo Star, please download a .tar.gz file from
+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.
+
+The build system assumes that you have the following tools available:
+
+ * 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".