diff --git a/README.md b/README.md index 9db368d..e4d69dd 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Currently implemented commands: howto build ----------- +Currently the plugin is a subrepository of CloudCompare and can be cloned alltogether. + 1. clone CloudCompare ``` @@ -21,30 +23,9 @@ cd cc git clone --recursive https://github.com/CloudCompare/CloudCompare.git ``` -2. add this plugin as submodule in plugins +2. build CloudCompare -``` -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 +you have to select the PLUGIN > PLUGIN_STANDARD_QJSONRPC ``` cd cc/CloudCompare