[Qgis-developer] Mac CMake Status
Tom Elwertowski
telwertowski at comcast.net
Thu Jan 11 18:37:47 EST 2007
Hi all
QGIS/Mac will now run from the command line when built by CMake if
DYLD_LIBRARY_PATH contains the path to the qgis libraries
(install-prefix/qgis.app/Contents/MacOS/lib).
It is not double-clickable yet because the library paths are not
contained in the libraries and plugins (hence the need for
DYLD_LIBRARY_PATH).
When running cmake, some dependencies may be found and recorded as .so.
Change these to .dylib which is the correct Mac library extension before
running make.
Tom
More information about the Qgis-developer
mailing list