gdal-segment
gdal-segment copied to clipboard
Cannot install
make Scanning dependencies of target gdal-segment [ 25%] Building CXX object src/CMakeFiles/gdal-segment.dir/io/raster.cpp.o [ 50%] Building CXX object src/CMakeFiles/gdal-segment.dir/io/vector.cpp.o [ 75%] Building CXX object src/CMakeFiles/gdal-segment.dir/gdal-segment.cpp.o [100%] Linking CXX executable ../../bin/gdal-segment [100%] Built target gdal-segment [alex@localhost build]$ sudo make install make: *** No rule to make target 'install'. Stop.
@mamayoleksandr ,
- I did not implemented "make install" part in CMake. Just simply use/run/copy the binary named
gdal-segment
from the./bin/
folder. - Will fix this issue and add an
make install
option too.
- Thats true, make install is missing. You can simply use the binary produced in the ./bin folder (only one exec file).