From 9d614b447bfb4e48fd9470c1a0d8d3c480920d54 Mon Sep 17 00:00:00 2001 From: Jalakas Date: Sun, 17 Feb 2013 02:55:27 +0200 Subject: [PATCH] Replace gcc with make in apt-get install. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c0be48c..5c485b3 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ mbelib 1.2.3 Example building instructions on Ubuntu: - sudo apt-get update && sudo apt-get install git gcc # Update git and gcc packets + sudo apt-get update && sudo apt-get install git make # Update git and gcc packets git clone # Something like: git@github.com:USERNAME/mbelib.git cd mbelib # Move into source folder make # Actual program making