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:
@@ -15,21 +15,27 @@ howto build
|
||||
|
||||
1. clone CloudCompare
|
||||
|
||||
```
|
||||
mkdir cc
|
||||
cd cc
|
||||
git clone https://github.com/CloudCompare/CloudCompare.git
|
||||
```
|
||||
|
||||
2. add this plugin as submodule in plugins
|
||||
|
||||
```
|
||||
cd CloudCompare/plugins/core/Standard
|
||||
git submodule add git@gitlab.com:theadib/jsonrpcplugin.git
|
||||
```
|
||||
|
||||
3. build CloudCompare
|
||||
|
||||
```
|
||||
cd cc/CloudCompare
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make -j
|
||||
sudo make install
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user