OSGeo / libgeotiff

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

Readme step provides error #48

Closed OnlineCop closed 3 years ago

OnlineCop commented 3 years ago

For Linux builds, the README.md gives the following steps:

cd libgeotiff
mkdir build && cd build
./autogen.sh

However, autogen.sh does not exist in the newly-created build/ directory (and running ../autogen.sh complains about missing files). Is mkdir build && cd build unnecessary (or did I just set something up incorrectly)?