I am trying to install PDAL from github according to the following instructions:
Clone into a source directory: git clone https://github.com/PDAL/PDAL PDALMake a build directory: mkdir PDAL-buildEnter the build directory: cd PDAL-buildRun CMake to find dependencies: cmake ../PDALOr, see https://github.com/PDAL/PDAL/blob/master/cmake/examples/pramsey-config.shIf dependencies are not found, manually set them: ccmake ../PDALOnce CMake has found all dependencies, run the build: make allAnd install the artifacts: make installand I am kind of stuck. I don't really understand how the cmake prosses works. I have cmake and i do exactly what it says but I get a whole page of errors shown in the image. Anyone can help me or explain what I am doing wrong?
أكثر...
Clone into a source directory: git clone https://github.com/PDAL/PDAL PDALMake a build directory: mkdir PDAL-buildEnter the build directory: cd PDAL-buildRun CMake to find dependencies: cmake ../PDALOr, see https://github.com/PDAL/PDAL/blob/master/cmake/examples/pramsey-config.shIf dependencies are not found, manually set them: ccmake ../PDALOnce CMake has found all dependencies, run the build: make allAnd install the artifacts: make installand I am kind of stuck. I don't really understand how the cmake prosses works. I have cmake and i do exactly what it says but I get a whole page of errors shown in the image. Anyone can help me or explain what I am doing wrong?

أكثر...