From 5cc7abbe8629e06f3345bacad5662dfc369eefe8 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sat, 9 Dec 2017 22:19:14 +0000 Subject: [PATCH] Moved developer guide to site --- docs/DEVELOPER_GUIDES.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/docs/DEVELOPER_GUIDES.md b/docs/DEVELOPER_GUIDES.md index 7afa433..b70d30e 100644 --- a/docs/DEVELOPER_GUIDES.md +++ b/docs/DEVELOPER_GUIDES.md @@ -1,23 +1 @@ -### FastNetMon Developer notes - -FastNetMon has pretty huge list of supported platforms but we focused on following platforms: -* CentOS 6/7 -* Ubuntu 12.04 / 14.04 / 16.04 only LTS releases -* Debian 7, 8 - -And your changes should work with they. - -Also we are using Boost library as proven source of well tested code. - -Boost versions across different distributions: -* Debian 7 Wheezy: 1.49 -* Debian 8 Jessie: 1.55 -* Ubuntu Precise 12.04: 1.48 -* Ubuntu Trusty 14.04: 1.54 -* Ubuntu Xenial 16.04: 1.58 -* CentOS 6: 1.41 according to http://mirror.centos.org/centos/6.8/os/x86_64/Packages/ -* CentOS 7: 1.53 - -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). +We moved this page to our [site](https://fastnetmon.com/fastnetmon-community-developer-notes/)