cxxopts/INSTALL

11 lines
154 B
Plaintext
Raw Normal View History

2014-10-13 02:20:20 +04:00
It is preferable to build out of source.
cmake ${CXXOPTS_DIR}
make
You can use another build tool, such as ninja.
cmake -G Ninja ${CXXOPTS_DIR}
ninja