diff options
author | worktycho <work.tycho@gmail.com> | 2014-12-26 15:27:26 +0100 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2014-12-26 15:27:26 +0100 |
commit | dcdecc0ca7f6df567e94d55c9373667da7338172 (patch) | |
tree | a240cfa1b679cc4d5bda4449015eabd1e0a8b74e /COMPILING.md | |
parent | MobHead: Fixed wither spawning. (diff) | |
download | cuberite-dcdecc0ca7f6df567e94d55c9373667da7338172.tar cuberite-dcdecc0ca7f6df567e94d55c9373667da7338172.tar.gz cuberite-dcdecc0ca7f6df567e94d55c9373667da7338172.tar.bz2 cuberite-dcdecc0ca7f6df567e94d55c9373667da7338172.tar.lz cuberite-dcdecc0ca7f6df567e94d55c9373667da7338172.tar.xz cuberite-dcdecc0ca7f6df567e94d55c9373667da7338172.tar.zst cuberite-dcdecc0ca7f6df567e94d55c9373667da7338172.zip |
Diffstat (limited to '')
-rw-r--r-- | COMPILING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPILING.md b/COMPILING.md index 731d64653..34b1e976f 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -69,9 +69,9 @@ After doing so, run the command `xcodebuild lib/polarssl/POLARSSL.xcodeproj` in ## Linux, FreeBSD etc. ## -Install git, cmake and gcc or clang, using your platform's package manager: +Install git, make, cmake and gcc or clang, using your platform's package manager: ``` -sudo apt-get install git cmake gcc g++ +sudo apt-get install git make cmake gcc g++ ``` ### Getting the sources ### |