postgres_cmake icon indicating copy to clipboard operation
postgres_cmake copied to clipboard

Small doc about CMake.

Open stalkerg opened this issue 8 years ago • 2 comments

I wrote small 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 CMake and autotools+gnumake.

@markir9 can you help me?

stalkerg avatar Dec 29 '16 21:12 stalkerg

Some version I pused to hackers.

stalkerg avatar Dec 30 '16 14:12 stalkerg

Looks good. I'd recommend at line 17 to explicitly mention that you create a build dir e.g:

mkdir build cd build cmake ..

I note you do mention this at line 187, but for those people that jump straight in before reading to the end, being extra clear could be nice.

ghost avatar Dec 31 '16 01:12 ghost