mirror of
https://gitlab.com/theadib/JSonRPCPlugin.git
synced 2026-08-31 00:20:25 +08:00
revise building hints; now this plugin IS part of CloudCompare
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user