Page 1 of 1

building cork plugin on MacOS and Linux

Posted: Mon Jul 15, 2019 9:53 pm
by vlad
Hello,

I needed to run cork on MacOS, so I fixed compilation of cork plugin on macos and also made version of cork library that doesn't use gmp or mprr (replaced it with mini-gmp), take a look in
https://github.com/vfonov/CloudCompare/ ... 892c8007a0 - change to cork plugin to compile on MacOS (should work on Linux too, however I didn't test it)
and
https://github.com/vfonov/cork/tree/CloudCompare - libcork that compiles (optionally) without mprr or gmp, can be built with cmake

Re: building cork plugin on MacOS and Linux

Posted: Tue Jul 16, 2019 8:14 pm
by daniel
Interesting!

Can you give us feedback when you will have tested the plugin on your side?