MicBosi / VisualizationLibrary

Visualization Library is a C++ middleware for high-performance 2D and 3D graphics applications based on OpenGL 1.x-4.x supporting Windows, Linux and Mac OS X.
http://VisualizationLibrary.org
Other
342 stars 96 forks source link

use system libpng, libtiff, zlib etc on linux #208

Open DanielPotter84 opened 1 year ago

DanielPotter84 commented 1 year ago

Version conflicts occur when trying to use VisLib alongside other libraries that also use libpng, zlib etc. VisLib currently ships, compiles and statically links against these libraries, some of which are now well behind the latest versions. Can there be an option to use precompiled versions of these libraries with dynamic linking?