mirror of
https://gitlab.com/theadib/JSonRPCPlugin.git
synced 2026-08-29 15:40:24 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user