From febba143a81f8c82504513c069401d6233439d90 Mon Sep 17 00:00:00 2001 From: theadib Date: Sun, 25 Oct 2020 11:13:58 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8770bea..6fd57c4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,22 @@ git clone --recursive https://github.com/CloudCompare/CloudCompare.git cd CloudCompare/plugins/core/Standard git submodule add git@gitlab.com:theadib/jsonrpcplugin.git ``` +3. patch CMakeLists.txt + +``` +nano CMakeLists.txt +``` +then add the plugin as indicated below + +``` + set( submod_plugins + ${CMAKE_CURRENT_SOURCE_DIR}/qColorimetricSegmenter + ${CMAKE_CURRENT_SOURCE_DIR}/qMasonry + ${CMAKE_CURRENT_SOURCE_DIR}/qMPlane ++ ${CMAKE_CURRENT_SOURCE_DIR}/jsonrpcplugin + ) + +``` 3. build CloudCompare