Cloud compare installer
-
- Posts: 5
- Joined: Wed May 02, 2018 1:11 pm
Cloud compare installer
How do you create the cloud compare installer for windows?
Re: Cloud compare installer
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.
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.
Daniel, CloudCompare admin
-
- Posts: 5
- Joined: Wed May 02, 2018 1:11 pm
Re: Cloud compare installer
Thanks for the answer daniel, I'll take a look at the licenses, thank you.
-
- Posts: 5
- Joined: Wed May 02, 2018 1:11 pm
Re: Cloud compare installer
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
This one actually depends on the one you used to compile CloudCompare / your plugin. You have to download it from Microsoft website.
Daniel, CloudCompare admin
-
- Posts: 5
- Joined: Wed May 02, 2018 1:11 pm
Re: Cloud compare installer
Thanks Daniel, I managed to generate here, I just did not understand what the foro sdk is for.
Re: Cloud compare installer
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).
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).
Daniel, CloudCompare admin
-
- Posts: 5
- Joined: Wed May 02, 2018 1:11 pm
Re: Cloud compare installer
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.
- Attachments
-
- error.png (20.13 KiB) Viewed 3624 times
Re: Cloud compare installer
<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>
Daniel, CloudCompare admin