This commit is contained in:
an-tao 2018-05-11 17:51:01 +08:00
parent cb08150d87
commit f6993cf12e
1 changed files with 5 additions and 0 deletions

5
build.sh Executable file
View File

@ -0,0 +1,5 @@
git submodule update --init
mkdir build
cd build
cmake ..
make