mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 08:34:37 +00:00
Must check for the existence of a bundled dep before we use it, since e.g. Debian has to strip some files for license and policy reasons.
This folder contains other not so common GPL libraries that we need link into meshlab. The compiled libraries for the various systems should go in the 'lib' folder in a subdir named according to the QT system configuration files (win32-g++, macx, etc). Currently: ---- ann-1.1.1 ---- bzip2-1.0.5 ---- glew-1.7.0 -----lib3ds-1.3.0 Direct expansion of lib3ds-1.3.0.zip The latest stable version of lib3ds Downloaded from lib3ds.sourceforge.net Modifications: * added qmake project files in folder lib3ds ---- muparser_v225 ---- qhull-2003.1 Direct expansion of qhull-2003.1.tar.gz. Downloaded from www.qhull.org. Modifications: * added qmake project files ---- tsai-30b3 direct expansion of tsai30b3.zip The latest stable version of routines for calibrating Roger Tsai's perspective projection camera model. (October 28, 95) Downloaded from http://www.cs.cmu.edu/~rgw/TsaiCode.html Modifications: * added qmake project files * converted from uppercase to lowercase filenames (internally the files refers to themselves using lowercase names)