summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamvbnm <samhopkins284@gmail.com>2015-02-22 17:17:11 +0100
committerSamvbnm <samhopkins284@gmail.com>2015-02-22 17:17:11 +0100
commitb958848e7feb6dd20ba3f87a3172fecc78922ee3 (patch)
tree091e06b72419168e627b15e4c354bda36538ee2c
parentUpdate COMPILING.md (diff)
downloadcuberite-b958848e7feb6dd20ba3f87a3172fecc78922ee3.tar
cuberite-b958848e7feb6dd20ba3f87a3172fecc78922ee3.tar.gz
cuberite-b958848e7feb6dd20ba3f87a3172fecc78922ee3.tar.bz2
cuberite-b958848e7feb6dd20ba3f87a3172fecc78922ee3.tar.lz
cuberite-b958848e7feb6dd20ba3f87a3172fecc78922ee3.tar.xz
cuberite-b958848e7feb6dd20ba3f87a3172fecc78922ee3.tar.zst
cuberite-b958848e7feb6dd20ba3f87a3172fecc78922ee3.zip
-rw-r--r--COMPILING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPILING.md b/COMPILING.md
index bbe1586f1..89f88bbb5 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -73,7 +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 the latest versions installed to avoid errors during compilation)
+(Ensure you have gcc/g++ 4.8 or higher installed to avoid errors during compilation)
### Getting the sources ###
```