postgres_cmake
postgres_cmake copied to clipboard
PostgreSQL with CMake build system. In beta stage.
Commit hash: [7f284debaf1933b322ff54a643c6785362a034d3](https://github.com/postgres/postgres/commit/7f284debaf1933b322ff54a643c6785362a034d3) WiP
I wrote small [README.cmake](https://github.com/stalkerg/postgres_cmake/blob/cmake/README.cmake) but my English is really poor and we must improve that. In this document we must write about basic features of CMake and main differences between...
Contrib module building (and installing) should probably be optional.
Or, maybe "make install" can just always strip the binary's? Or two steps, "make strip", "make install"?