aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-18 07:57:41 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-18 07:57:41 -0500
commitc4afc586ed35a5da9e7b0d2966a7972db0c47f2e (patch)
tree808f165c2b9a93635d7ca8e02917486a84308fb6
parentd961bd79923d849631eacba73a13e8bef2688a98 (diff)
Change install recommendation for Debian/Ubuntu to want "build-essential" instead of explicit gcc and make. mst++
-rw-r--r--skel/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/README b/skel/README
index 7b5230b..a2a6e0f 100644
--- a/skel/README
+++ b/skel/README
@@ -27,7 +27,7 @@ will not work properly.
On Debian GNU/Linux or Ubuntu Linux, the necessary components
for building Rakudo can be installed via the command
- aptitude install make gcc libicu-dev
+ aptitude install build-essential libicu-dev
Readline support also requires the "libreadline-dev" library.