Providing local build script for server developer 39/138939/2
authorKunhoon Baik <knhoon.baik@samsung.com>
Fri, 14 Jul 2017 09:09:24 +0000 (18:09 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Fri, 14 Jul 2017 09:12:30 +0000 (18:12 +0900)
Change-Id: I87422c50d3e11b9d5a065f8583b2f27b3aa50c45

local_build.sh [new file with mode: 0755]

diff --git a/local_build.sh b/local_build.sh
new file mode 100755 (executable)
index 0000000..3f3d42a
--- /dev/null
@@ -0,0 +1,5 @@
+mkdir -p local_build
+cd local_build
+cmake ../bsdiff
+make install
+cd ..