Update COMPILING.md

Changed to include specific version requirement
master
Samvbnm 2015-02-22 12:17:11 -04:00
parent 5d77a3ba6d
commit b958848e7f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ###
```