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