summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-02-22 18:24:41 +0100
committerMattes D <github@xoft.cz>2015-02-22 18:24:41 +0100
commita8953bff2639c0601764f0acd10acc45aa92325f (patch)
tree091e06b72419168e627b15e4c354bda36538ee2c
parentDoor handler: Removed needless check. (diff)
parentUpdate COMPILING.md (diff)
downloadcuberite-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
-rw-r--r--COMPILING.md1
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 ###
```