Page 1 of 1
Cloud compare installer
Posted: Wed May 02, 2018 1:30 pm
by FelipeMuniz.Net
How do you create the cloud compare installer for windows?
Re: Cloud compare installer
Posted: Wed May 02, 2018 7:05 pm
by daniel
We use "Inno Setup" and the corresponding script is in the "scripts/windows" folder (
https://github.com/CloudCompare/CloudCo ... ts/windows).
Just in case, mind that there are rules imposed by the GPL license regarding the distribution of CloudCompare or a modified version of CloudCompare. If you are not sure you respect these rules, it may be safer to tell people to download the official version of CloudCompare from the website, and then copy/install your plugin files in the 'plugins' folder of CloudCompare. You can determine the current installation settings (compiler / Qt version) in the 'About' dialog.
Re: Cloud compare installer
Posted: Wed May 02, 2018 7:31 pm
by FelipeMuniz.Net
Thanks for the answer daniel, I'll take a look at the licenses, thank you.
Re: Cloud compare installer
Posted: Thu May 03, 2018 4:30 pm
by FelipeMuniz.Net
Daniel, I was able to generate an installer, without vc_redist, because I did not find his path on my computer, can you send me the link to download the vc_redist that you used?
Re: Cloud compare installer
Posted: Fri May 04, 2018 8:45 am
by daniel
This one actually depends on the one you used to compile CloudCompare / your plugin. You have to download it from Microsoft website.
Re: Cloud compare installer
Posted: Fri May 04, 2018 1:51 pm
by FelipeMuniz.Net
Thanks Daniel, I managed to generate here, I just did not understand what the foro sdk is for.
Re: Cloud compare installer
Posted: Sat May 05, 2018 7:44 am
by daniel
The 'FARO' SDK is for the FARO plugin (which you probably don't have if you compile CC on your own ;).
And regarding the GPL license, if you have made any modification to CC, please make the sources available (only for CC, you don't need to make your plugin sources public).
Re: Cloud compare installer
Posted: Mon May 07, 2018 1:05 pm
by FelipeMuniz.Net
I understand, thank you, I'm not changing anything in the cc code, I'm creating a plugin for it, but we want the plugin to be installed along with cc, so these doubts about how to generate the installer, I was able to generate the installer here successfully, I am having problem with my release of cloud compare, when I put the build on a computer that does not have the pcl sdk installed it error loading the plugins that use pcl, in my case the plugin we are creating it uses pcl, I will send an image for you to see, we are compiling using cmake, on the machines that have sdk of pcl installed it works without problems.
Re: Cloud compare installer
Posted: Mon May 07, 2018 7:21 pm
by daniel
<rant>Could you avoid double-spamming the forum AND github... Developing CloudCompare and answering all these questions is not my paid job (we are all doing this on our free time) and if we don't answer, it's really because we don't have the time... So for this question, see my answer on github</rant>