mirror of https://github.com/lwvmobile/mbelib
Replace gcc with make in apt-get install.
This commit is contained in:
parent
9d2f3c119d
commit
9d614b447b
2
README
2
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 <URL of git repository> # Something like: git@github.com:USERNAME/mbelib.git
|
||||
cd mbelib # Move into source folder
|
||||
make # Actual program making
|
||||
|
|
|
|||
Loading…
Reference in New Issue