aboutsummaryrefslogtreecommitdiffstats
path: root/nsh-plugin/build.sh
blob: 3aa0a39978c33e42db0c284b919ce1158139946b (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
autoreconf -i -f
[ -d build ] ||  mkdir build
cd build
../configure --with-plugin-toolkit
make
sudo make install