Providing local build script for server developer 34/138934/2
authorKunhoon Baik <knhoon.baik@samsung.com>
Fri, 14 Jul 2017 08:54:17 +0000 (17:54 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Fri, 14 Jul 2017 08:56:07 +0000 (17:56 +0900)
Change-Id: Ideba6cfa2c1be9fd20c35714914cf8e9478d34b5

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..055e1b4
--- /dev/null
@@ -0,0 +1,5 @@
+mkdir -p local_build
+cd local_build
+cmake -DLIB_INSTALL_DIR="/usr/local/lib" ..
+make install
+cd ..