mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 16:14:38 +00:00
copy here the lib compiled for the system with the name specified in the directory name according to the QT system configuration names Some compilation notes ------ libgmp ------ For mac osx 10.6 with meshlab 32 bitÉ After extracting the archive ./configure CFLAGS="-mmacosx-version-min=10.5 -arch i386" LDFLAGS="-mmacosx-version-min=10.5 -arch i386" ABI=32 --enable-cxx --enable-static --with-pic make cp .libs/*.a ../../external/lib/macx/ --- using mpir instead GMP --- Exactly the same steps as aboveÉ For mac osx 10.6 with meshlab 32 bitÉ After extracting the archive ./configure CFLAGS="-mmacosx-version-min=10.5 -arch i386" LDFLAGS="-mmacosx-version-min=10.5 -arch i386" ABI=32 --enable-cxx --enable-static --with-pic make cp .libs/*.a ../../external/lib/macx/