gdal-segment icon indicating copy to clipboard operation
gdal-segment copied to clipboard

Cannot install

Open aleksandrmelnyk opened this issue 8 years ago • 2 comments

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.

aleksandrmelnyk avatar May 19 '16 17:05 aleksandrmelnyk

@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.

cbalint13 avatar May 20 '16 18:05 cbalint13

  • Thats true, make install is missing. You can simply use the binary produced in the ./bin folder (only one exec file).

cbalint13 avatar Sep 01 '17 12:09 cbalint13