Server-Root/libraries/build_jsoncpp.sh
2018-08-08 19:51:41 +00:00

5 lines
84 B
Bash
Executable File

cd jsoncpp/build
cmake ..
make -j 12 CXX_FLAGS="-std=c++11 -fPIC"
sudo make install