From b311cdeb3e816d6836aa93bbcbb3eb4f2353caa2 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Fri, 5 Apr 2019 12:21:24 +0200 Subject: Update cmake build - cleanups and updates - updates docs for centos build using devtoolset7 compiler Change-Id: I4c5635b1512dcd08e98291bde1f14c51f9067b63 Signed-off-by: Michal Cmarada --- docs/jvpp.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/jvpp.rst b/docs/jvpp.rst index 513dbb1..5d6950c 100644 --- a/docs/jvpp.rst +++ b/docs/jvpp.rst @@ -52,6 +52,13 @@ from JVPP's root directory: cmake . +For CentOS7 enable devtoolset7 + +.. code-block:: console + + /opt/rh/devtoolset-7/enable + cmake3 . -DCMAKE_PROGRAM_PATH:PATH="/opt/rh/devtoolset-7/root/bin" + This will configure all variables and setup the build. If needed there are several optional parameters that can be set. You can list all configuration parameters using: -- cgit 1.2.3-korg