1
0

Merge pull request #1760 from Samvbnm/patch-1

Update COMPILING.md
This commit is contained in:
Mattes D 2015-02-22 18:24:41 +01:00
commit a8953bff26

View File

@ -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++ 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 ### ### Getting the sources ###
``` ```