#!/bin/sh

cd ./libqdwav && make; make install
cd .. && make; make install; make install_man
ldconfig
