mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 00:54:38 +00:00
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<76> For mac osx 10.6 with meshlab 32 bit<69> 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/