OSGeo / libgeotiff

Official repository of the libgeotiff project
180 stars 69 forks source link

enable build in a separate tree from source #37

Closed matzeri closed 4 years ago

matzeri commented 4 years ago

same as https://github.com/OSGeo/libgeotiff/issues/28

It also include the needed usage of "-no-undefined" for Cygwin and other platforms

rouault commented 4 years ago

Would you mind modifying .travis.yml to actually test a out-of-tree build ?

matzeri commented 4 years ago

let me check. I am not a Travis user, so I need to make an equivalent test on local system

rouault commented 4 years ago

let me check. I am not a Travis user, so I need to make an equivalent test on local system

well, you can be brave and just try blindly, and the tests run in this pull requests will tell you if you got it right. This is mostly a matter of for example adding a "mkdir build; cd build" before "../configure"