diff options
Diffstat (limited to 'nsh-plugin/README-build')
-rw-r--r-- | nsh-plugin/README-build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nsh-plugin/README-build b/nsh-plugin/README-build new file mode 100644 index 0000000..f67cb90 --- /dev/null +++ b/nsh-plugin/README-build @@ -0,0 +1,6 @@ +autoreconf -i -f +mkdir build +cd build +../configure --with-plugin-toolkit +make +sudo make install |