rm dist package and mv ckecksumlist to natmap

This commit is contained in:
stubbfel
2015-12-09 23:45:14 +01:00
parent 1a7229e8b1
commit 9d13dcdfe8
16 changed files with 101 additions and 158 deletions

9
lib/buildjsoncpp.bash Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
mkdir -p bin
mkdir -p build/jsoncpp/
cd build/jsoncpp/
cmake ../../src/jsoncpp
make
cp src/lib_json/libjsoncpp.a ../../bin
cd ../..
rm -Rf build/jsoncpp