igemsoftware2018 / Team_Vilnius_Lithuania_LipoVision

Monitor and optimise your liposome microfluidics devices
GNU Affero General Public License v3.0
1 stars 4 forks source link

Static link build #5

Closed devblok closed 6 years ago

devblok commented 6 years ago

Achieve a statically linked version on OpenCV. This will reduce the size of the complete package, as only a needed subset of code will be included into the executable, we will no longer need to distribute OpenCV together.

devblok commented 6 years ago

May need to use LLVM LLD linker (https://github.com/VerKnowSys/Sofin-llds), on OSX at least, because GCC libs are not available for static linking there, and recompiling it is pointless and difficult.

devblok commented 6 years ago

After extensive attempts I can't seem to create a static build, nor on GNU/Linux nor on OSX. Keeping open in case a solution arises.

devblok commented 6 years ago

Seems impossible/impractical at this time.