Others

为基于cmake的项目编写readme

可以参考github上项目的readme的格式.

A simple example of readme:

BUILDING

Prerequisites for all platforms
* CMake 2.8.0 or later

Linux

    * mkdir build
    * cd build
    * cmake ..
    * make