Packing
Re: Packing
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 ;).
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
Re: Packing
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
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.
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