1
0
Fork 0

Updated readme to inform that clang 3.4 is minimum required version. (#3158)

* Update README.md
* Update README.md
* Update COMPILING.md
* Update COMPILING.md
* Update COMPILING.md
This commit is contained in:
taylor24 2016-04-22 17:35:58 -05:00 committed by Tiger Wang
parent 932c59ee38
commit 82fa65f8b6
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ Install git, make, cmake and clang (or gcc), using your platform's package manag
```
sudo apt-get install git make cmake clang
```
(Ensure you have a recent version of clang, or gcc/g++ 4.8 or higher installed to avoid errors during compilation)
Ensure that you have modern C++ compiler and linker (Clang 3.4+, GCC 4.8+, or VS 2013+).
### Getting the source ###