Lines Matching refs:build
23 [lin-badge]: https://travis-ci.org/miloyip/rapidjson.png?branch=master "Travis build status"
24 [lin-link]: https://travis-ci.org/miloyip/rapidjson "Travis build status"
25 … https://ci.appveyor.com/api/projects/status/u658dcuwxo14a8m9/branch/master "AppVeyor build status"
26 [win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status"
59 Users can build and run the unit tests on their platform/compiler.
66 * [CMake](http://www.cmake.org) as a general build tool
67 * (optional)[Doxygen](http://www.doxygen.org) to build documentation
73 2. Create directory called `build` in rapidjson source directory.
74 3. Change to `build` directory and run `cmake ..` command to configure your build. Windows users ca…
75 4. On Windows, build the solution found in the build directory. On Linux, run `make` from the build…
77 On successfull build you will find compiled test and example binaries in `bin`
79 directory of the build tree. To run tests after finished build please run `make
80 test` or `ctest` from your build tree. You can get detailed output using `ctest
84 from the build tree with administrative privileges. This will install all files