User:AaronPeterson/build
1. download the source 2. download .bashrc from website 3. use these paths:
(default in the .bashrc if possible)
tip, run konsole as your user then freedom
Removal of moc files when prefixes change:
for i in `find -name '*.moc'; do rm $i; done; for i in `find -name 'moc_*'; do rm $i; done;