Docs: Updated compiler version, docs

This commit is contained in:
Paul Beckingham 2017-02-15 07:53:16 -05:00
parent 8ad54f9bfd
commit c7cf7d7b46
4 changed files with 10 additions and 7 deletions

View file

@ -14,8 +14,8 @@ In order to build Timewarrior, you will need:
- make
You will need a C++ compiler that supports full C++11, which includes:
- gcc 4.7 (released 2012-03-23)
- clang 3.3 (released 2013-01-07)
- gcc 4.9 (released 2014-04-22)
- clang 3.4 (released 2014-01-02)
Basic Installation