-
Notifications
You must be signed in to change notification settings - Fork 97
Building under macOS
Jarle Aase edited this page May 18, 2017
·
10 revisions
The library compiles and runs all tests under macOS Sierra (OS X).
Tested with boost 1.60.
You may need to set the BOOT_ROOT cmake option to the root-path of your local boost build.
# Check out the source code and prepare git sub-modules
git clone https://github.com/jgaa/restc-cpp.git
cd restc-cpp/
git submodule update --init --recursive
# Build the restc-cpp library with default options
mkdir build
cd build
cmake ..
make
cd ..