Page 1 of 1

Packing

Posted: Wed Jul 07, 2021 3:07 am
by suyufeng
I use the cc to develop a plug-in that invokes the python script. How do I package the cc?

Re: Packing

Posted: Thu Jul 08, 2021 3:30 pm
by daniel
What do you mean?

Normally you either provide the plugin only (compiled with the same version of Visual Studio and Qt as us) so that users just have to copy it in the 'plugins' folder.

Or you make your plugin part of the official project (via a submodule under the plugins folder on github) and it will be packaged automatically in the official release (if it compiles ;).

Re: Packing

Posted: Sat Jul 10, 2021 1:33 am
by suyufeng
I want to package cc into an exe, and package it together with my plug-in to a computer without an installation environment. How to package cc into an installation package? Thank you

Re: Packing

Posted: Sun Jul 11, 2021 6:56 pm
by daniel
This is not how it works ;)

Distribution of a GPL software such as CloudCompare must follow some rules. And if you want to play it 'solo' and bypass us, we cannot help you.