From f6993cf12ebda93df2abe4d563af3ba85c1026e1 Mon Sep 17 00:00:00 2001 From: an-tao <20741618@qq.com> Date: Fri, 11 May 2018 17:51:01 +0800 Subject: [PATCH] build.sh --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 00000000..e1ce8abf --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +git submodule update --init +mkdir build +cd build +cmake .. +make