Docs: Updated compiler version

This commit is contained in:
Paul Beckingham 2017-01-25 17:45:03 -05:00
parent abee90f9e0
commit 4ab083fd94

View file

@ -1,8 +1,8 @@
How to Build Taskwarrior How to Build Taskwarrior
Satisfy the Requirements: Satisfy the Requirements:
- gcc 4.7 or later, clang 3.3 or later or equivalent. This is because C++11 - gcc 4.9 or later, clang 3.3 or later or equivalent. This is because C++11
is now used. is now used throughout the source.
- libuuid - libuuid
- gnutls (optional) - gnutls (optional)
- python 2.7 or 3 (optional, for running the test suite) - python 2.7 or 3 (optional, for running the test suite)
@ -31,6 +31,7 @@ How to Build Taskwarrior
against git HEAD on the development branch. We cannot apply patches made against git HEAD on the development branch. We cannot apply patches made
against the tarball source, or master. against the tarball source, or master.
General Statement General Statement
This file is intended to convey the current efforts, priorities and needs of This file is intended to convey the current efforts, priorities and needs of
the codebase. It is for anyone looking for a way to start contributing. the codebase. It is for anyone looking for a way to start contributing.
@ -103,6 +104,7 @@ General Statement
Next are some specific areas that need attention. Next are some specific areas that need attention.
New Code Needs New Code Needs
This is code that needs to be written. This is code that needs to be written.
@ -118,6 +120,7 @@ New Code Needs
lie outside of the core product, and will be implemented as external scripts lie outside of the core product, and will be implemented as external scripts
by anyone who wishes to participate. by anyone who wishes to participate.
Unit Tests Needed Unit Tests Needed
There are always more unit tests needed. More specifically, better unit tests There are always more unit tests needed. More specifically, better unit tests
are always needed. The convention is that there are four types of unit test: are always needed. The convention is that there are four types of unit test:
@ -157,4 +160,4 @@ Current Codebase Condition
--- ---
2016-12-18 Updated for 2.6.0 2017-01-24 Updated for 2.6.0