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:
parent
932c59ee38
commit
82fa65f8b6
@ -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 ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user