Replace gcc with make in apt-get install.

This commit is contained in:
Jalakas 2013-02-17 02:55:27 +02:00
parent 9d2f3c119d
commit 9d614b447b
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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 <URL of git repository> # Something like: git@github.com:USERNAME/mbelib.git
cd mbelib # Move into source folder
make # Actual program making