Server-Root/libraries/build_jsoncpp.sh

5 lines
84 B
Bash
Raw Normal View History

2018-08-08 10:21:32 -04:00
cd jsoncpp/build
cmake ..
make -j 12 CXX_FLAGS="-std=c++11 -fPIC"
2018-08-08 15:51:41 -04:00
sudo make install