Update readme.md

Fix typesetting
This commit is contained in:
Milo Yip 2015-02-11 12:06:18 +08:00
parent 09118fa230
commit 10b6a133f6

View File

@ -47,6 +47,7 @@ RapidJSON uses following software as its dependencies:
* (optional)[googletest](https://code.google.com/p/googletest/) for unit and performance testing * (optional)[googletest](https://code.google.com/p/googletest/) for unit and performance testing
To generate user documentation and run tests please proceed with the steps below: To generate user documentation and run tests please proceed with the steps below:
1. Execute `git submodule update --init` to get the files of thirdparty submodules (google test). 1. Execute `git submodule update --init` to get the files of thirdparty submodules (google test).
2. Create directory called `build` in rapidjson source directory. 2. Create directory called `build` in rapidjson source directory.
3. Change to `build` directory and run `cmake ..` command to configure your build. Windows users can do the same with cmake-gui application. 3. Change to `build` directory and run `cmake ..` command to configure your build. Windows users can do the same with cmake-gui application.