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