#!/bin/bash

PREFIX=/usr CC=gcc ./configure.sh -G -O3

make
make -j1 install