# tar xvfj geos-3.11.1.tar.bz2 # cd geos-3.11.1 # mkdir _build && cd _build # cmake -DCMAKE_BUILD_TYPE=Release # make # ctest # make install