diff options
author | louiz’ <louiz@louiz.org> | 2018-01-25 02:19:05 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-01-25 02:22:19 +0100 |
commit | 6dca27f08d426cdf966514fa3bf766be5f6566dc (patch) | |
tree | 8f2ae849fa3a1c2edee794e9c3c0ee89fd85c546 | |
parent | e267512ad40c073bd5a5b37a4ee3378c80b9f523 (diff) | |
download | biboumi-6dca27f08d426cdf966514fa3bf766be5f6566dc.tar.gz biboumi-6dca27f08d426cdf966514fa3bf766be5f6566dc.tar.bz2 biboumi-6dca27f08d426cdf966514fa3bf766be5f6566dc.tar.xz biboumi-6dca27f08d426cdf966514fa3bf766be5f6566dc.zip |
Only support gcc >= 5.0 from now on
-rw-r--r-- | INSTALL.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst index 4c02c7b..45a860d 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -16,7 +16,7 @@ Build and runtime dependencies: Tools: ~~~~~~ -- A C++14 compiler (clang >= 3.4 or gcc >= 4.9 for example) +- A C++14 compiler (clang >= 3.4 or gcc >= 5.0 for example) - CMake - pandoc (optional) to build the man page |