Packing

Feel free to ask any question here
Post Reply
suyufeng
Posts: 47
Joined: Wed May 26, 2021 7:04 am

Packing

Post by suyufeng »

I use the cc to develop a plug-in that invokes the python script. How do I package the cc?
daniel
Site Admin
Posts: 7472
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Packing

Post 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 ;).
Daniel, CloudCompare admin
suyufeng
Posts: 47
Joined: Wed May 26, 2021 7:04 am

Re: Packing

Post 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
daniel
Site Admin
Posts: 7472
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Packing

Post 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.
Daniel, CloudCompare admin
Post Reply