Sha256: a70493fe3bae83b1b0c8c4cf0088a3d72e12a92ab6db00633c3e0508c57e0cfb
Contents?: true
Size: 656 Bytes
Versions: 1
Compression:
Stored size: 656 Bytes
Contents
== System installation == This library is header only. So you can either copy `include/cxxopts.hpp` to `/usr/include` or `/usr/local/include`, or add `include` to your search path. == Building the examples and tests == It is preferable to build out of source. Make a build directory somewhere, and then do the following, where `${CXXOPTS_DIR}` is the path that you checked out `cxxopts` to: cmake ${CXXOPTS_DIR} make You can use another build tool, such as ninja. cmake -G Ninja ${CXXOPTS_DIR} ninja To run the tests, you have to configure `cxxopts` with another flag: cmake -D CXXOPTS_BUILD_TESTS=On ${CXXOPTS_DIR} make make test
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simdjson-0.3.0 | vendor/simdjson/dependencies/cxxopts/INSTALL |