#!/bin/sh

export CC="gcc -fPIC"
export CXX="g++ -fPIC"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-gtk20 --enable-static=no --enable-shared=yes
make