revise building hints; now this plugin IS part of CloudCompare

This commit is contained in:
theAdib
2020-11-04 00:22:49 +01:00
parent 02a55a36dc
commit 2cd5021efe
+4 -23
View File
@@ -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