1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-13 19:56:12 +02:00

Fixed timestamp for Developer guide

This commit is contained in:
Pavel Odintsov 2017-12-03 21:40:16 +00:00 committed by GitHub
parent 308df896d8
commit ce8549f1c3
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,6 @@ Boost versions across different distributions:
* CentOS 6: 1.41 according to http://mirror.centos.org/centos/6.8/os/x86_64/Packages/
* CentOS 7: 1.53
So at 25th of September of 2016 you could use features only from Boost 1.41 (I'm so sorry about it but we should keep compatibility with CentOS 6).
So at 3th of December of 2017 you could use features only from Boost 1.41 (I'm so sorry about it but we should keep compatibility with CentOS 6).
We are using gcc as main compiler. I like clang but some old distros has broken and very old clang and it could not be used. CentOS 6 has pretty old version of gcc without C++ 11 support and we could not use it (I'm so sorry about it also, it's huge pain).