diff options
author | Mattes D <github@xoft.cz> | 2015-02-22 18:24:41 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-02-22 18:24:41 +0100 |
commit | a8953bff2639c0601764f0acd10acc45aa92325f (patch) | |
tree | 091e06b72419168e627b15e4c354bda36538ee2c | |
parent | Door handler: Removed needless check. (diff) | |
parent | Update COMPILING.md (diff) | |
download | cuberite-a8953bff2639c0601764f0acd10acc45aa92325f.tar cuberite-a8953bff2639c0601764f0acd10acc45aa92325f.tar.gz cuberite-a8953bff2639c0601764f0acd10acc45aa92325f.tar.bz2 cuberite-a8953bff2639c0601764f0acd10acc45aa92325f.tar.lz cuberite-a8953bff2639c0601764f0acd10acc45aa92325f.tar.xz cuberite-a8953bff2639c0601764f0acd10acc45aa92325f.tar.zst cuberite-a8953bff2639c0601764f0acd10acc45aa92325f.zip |
Diffstat (limited to '')
-rw-r--r-- | COMPILING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/COMPILING.md b/COMPILING.md index f8b292ebc..89f88bbb5 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -73,6 +73,7 @@ Install git, make, cmake and gcc or clang, using your platform's package manager ``` sudo apt-get install git make cmake gcc g++ ``` +(Ensure you have gcc/g++ 4.8 or higher installed to avoid errors during compilation) ### Getting the sources ### ``` |