diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-05 12:21:24 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-05 12:21:24 +0200 |
commit | b311cdeb3e816d6836aa93bbcbb3eb4f2353caa2 (patch) | |
tree | 6b99f6abede8b1f61762f33e113f6e27184eadc2 /docs | |
parent | cb48eef7770e0782c686337b577064905e1edb8d (diff) |
Update cmake build
- cleanups and updates
- updates docs for centos build using devtoolset7 compiler
Change-Id: I4c5635b1512dcd08e98291bde1f14c51f9067b63
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/jvpp.rst | 7 |
1 files changed, 7 insertions, 0 deletions
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: |