5 lines
67 B
Bash
5 lines
67 B
Bash
|
cd jsoncpp/build
|
||
|
cmake ..
|
||
|
make -j 12 CXX_FLAGS="-std=c++11 -fPIC"
|
||
|
|