From 10b6a133f6c2b8eb4f089f9da92fbd0da144d4f2 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Wed, 11 Feb 2015 12:06:18 +0800 Subject: [PATCH] Update readme.md Fix typesetting --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b1936bd..05c0ec3 100644 --- a/readme.md +++ b/readme.md @@ -47,6 +47,7 @@ RapidJSON uses following software as its dependencies: * (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: + 1. Execute `git submodule update --init` to get the files of thirdparty submodules (google test). 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.