So, my basic question is, what can i do to bring CC into a state where i can code a (first of all empty placeholder) plugin and get CC running showing basically the name of the new plugin? I've read about the example plugin (https://www.danielgm.net/cc/forum/viewtopic.php?t=5033) which has to be pasted into the 'plugin/core/standard' folder, but i guess i'm not at that point yet.
What i did so far is that i tried to run these steps (after installing Qt):
https://github.com/CloudCompare/CloudCo ... r/BUILD.md
Until step 4 it works all fine. Step 5 doesnt work.
Error:
Code: Select all
[my folder]>cmake --install .
-- Install configuration: "Release"
CMake Error at libs/CCAppCommon/cmake_install.cmake:43 (file):
file INSTALL cannot find
"[my folder]/CCAppCommon.dll":
No error.
Call Stack (most recent call first):
libs/cmake_install.cmake:37 (include)
cmake_install.cmake:37 (include)
Code: Select all
cmake --install . config Debug
If there is any in-depth tutorial for setting up CC ready to alter or create plugins, i'd be very thankful for a link.
Any help is welcome,
cheers!