Module: kamailio Branch: master Commit: 7ddb20da95d35033eea00c2d4400db9a725b7e7b URL: https://github.com/kamailio/kamailio/commit/7ddb20da95d35033eea00c2d4400db9a...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2017-01-14T20:46:31+01:00
INSTALL updating compiler requirements
---
Modified: INSTALL
---
Diff: https://github.com/kamailio/kamailio/commit/7ddb20da95d35033eea00c2d4400db9a... Patch: https://github.com/kamailio/kamailio/commit/7ddb20da95d35033eea00c2d4400db9a...
---
diff --git a/INSTALL b/INSTALL index f88fbec..e1cfcef 100644 --- a/INSTALL +++ b/INSTALL @@ -63,8 +63,10 @@ There are various configuration options defined in the Makefile.
Requirements:
-- gcc or icc : gcc >= 2.9x; 3.[12] recommended (it will work with older version - but it might require some options tweaking for best performance) +- gcc or clang: + gcc >= 2.9x; 3.[12] recommended (it will work with older version + but it might require some options tweaking for best performance) + clang >= version 3.3 - bison or yacc (Berkley Yacc) - flex - GNU make (on Linux this is the standard "make", on *BSD and Solaris it is