From 62b7a999e16b5c96a75aaf88d7c8272b56a76274 Mon Sep 17 00:00:00 2001 From: theadib Date: Tue, 29 Dec 2020 23:09:05 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b89e86d..20a0bbb 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,10 @@ In order to load the plugin during debugging it must placed in a folder that is - /var/lib/snapd/desktop/CCCorp/CloudCompare/plugins I set a link in the .local/share folder to the recent compiled version: - ln -s build-CloudCompare-Desktop-Debug/plugins/core/Standard/qJSonRPCPlugin/libQJSON_RPC_PLUGINd.so ~/.local/share/CCCorp/CloudCompare/plugins/libQJSON_RPC_PLUGINd.so + +` +ln -s build-CloudCompare-Desktop-Debug/plugins/core/Standard/qJSonRPCPlugin/libQJSON_RPC_PLUGINd.so ~/.local/share/CCCorp/CloudCompare/plugins/libQJSON_RPC_PLUGINd.so +` contact ------- From 499caf899e76763c6b06c0e9fd94d58352fdde2b Mon Sep 17 00:00:00 2001 From: theadib Date: Tue, 29 Dec 2020 23:09:51 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20a0bbb..bd91ac7 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ In order to load the plugin during debugging it must placed in a folder that is I set a link in the .local/share folder to the recent compiled version: -` +``` ln -s build-CloudCompare-Desktop-Debug/plugins/core/Standard/qJSonRPCPlugin/libQJSON_RPC_PLUGINd.so ~/.local/share/CCCorp/CloudCompare/plugins/libQJSON_RPC_PLUGINd.so -` +``` contact -------