#!/usr/bin/env bash
./configure --prefix=/usr \
--disable-static \
--with-gcc-arch=native \
make
make check
make install