Update README.md

This commit is contained in:
theadib
2020-10-25 11:13:58 +00:00
parent 630dd35dc6
commit febba143a8
+16
View File
@@ -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