aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nsh-plugin/build.sh')
-rwxr-xr-xnsh-plugin/build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/nsh-plugin/build.sh b/nsh-plugin/build.sh
new file mode 100755
index 0000000..3aa0a39
--- /dev/null
+++ b/nsh-plugin/build.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+autoreconf -i -f
+[ -d build ] || mkdir build
+cd build
+../configure --with-plugin-toolkit
+make
+sudo make install