#!/usr/bin/env sh # Build Script # Run Autotools libtoolize aclocal autoconf autoheader automake --add-missing # Run Generated Files # Disable static linking and enable GUI component; builds complete version. ./configure --disable-static --enable-shared make