From c4afc586ed35a5da9e7b0d2966a7972db0c47f2e Mon Sep 17 00:00:00 2001 From: pmichaud Date: Sat, 18 Aug 2012 07:57:41 -0500 Subject: Change install recommendation for Debian/Ubuntu to want "build-essential" instead of explicit gcc and make. mst++ --- skel/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skel') 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. -- cgit v1.1