libgeotiff
libgeotiff copied to clipboard
Official repository of the libgeotiff project
Each OS will install libgeotiff headers to a different locations: /usr/include/geotiff /usr/include/libgeotiff ... So it is hard and non-reliable to create a proper configure file to link to libgeotiff and...
I am attempting to build from source on RHEL 8.5, linking to my compiled version of libtiff (4.3) and PROJ (9.0.0). However, when I try to configure the installer using...
I use libgeotiff 1.5.1 and libtiff 4.0.10. To build everything I use CMake and make. **TIFF**: `cmake -G 'Unix Makefiles' ../../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/nikita/OSG/test_osg/install/libtiff/Release -DZLIB_INCLUDE_DIR=/home/nikita/OSG/test_osg/install/zlib/Release/include/ -DZLIB_LIBRARY_RELEASE=/home/nikita/OSG/test_osg/install/zlib/Release/lib/libz.so -DJPEG_INCLUDE_DIR=/home/nikita/OSG/test_osg/install/libjpeg/Release/include/ -DJPEG_LIBRARY=/home/nikita/OSG/test_osg/install/libjpeg/Release/lib/libjpeg.so` **libgeotiff**: `cmake -G...
Building libgeotiff-1.6.0 on OS X 10.13: ``` $ CPPFLAGS=-I/sw/include LDFLAGS=-L/sw/lib ./configure --prefix=/sw --with-zip=/usr/include --with-jpeg=/sw --disable-doxygen-doc [...] zlib support......: yes jpeg support......: yes TIFF support......: yes -INCLUDE .......: -I/sw/include -PREFIX ........:...
On OS X 10.13 libgeotiff-1.6.0: ``` ./configure --prefix=/sw --with-zip=/usr/include --with-jpeg=/sw --with-libtiff=/sw --disable-doxygen-doc [...] checking for PROJ >= 6 library... checking for PROJ... no checking for proj_create_from_wkt in -lproj... yes checking...
The README points to WWW web page at http://geotiff.osgeo.org/ Navigating to that address in a web browser ends up with a page that says the following. # Welcome to nginx!...
Make it much easier for importing programs to find this library. Signed-off-by: Enrico Weigelt, metux IT consult
No point in keeping around autoconf-generated cruft in the git repo. Signed-off-by: Enrico Weigelt, metux IT consult
Updates #31, also adding the `geotiff.pc` as an installation target.
Hello, I am building/compiling on a linux redhat machine using cmake 3.20. After running `make install` , I only see` lib/libgeotiff.a` , but I dont see the shader object `libgeotiff.so`....