[Hamfax-devel] hamfax compile on fedora 16
Brought to you by:
cschmitt
|
From: corallina <cor...@gm...> - 2012-02-28 19:36:52
|
I downloaded the hamfax-0.8.1 zipped tar file from sourceforge on a fedora 16 system First thing I would like to mention is that this line in the README does not work ./configure --with-Qt-dir=/usr/lib/qt3 --with-Qt-includes=/usr/lib/qt3/include dont know why. Second thing is when trying to run make it failed with an error finding moc. In order to get the proper environment variables setup I had to change QTDIR=/usr/lib64/qt4 PATH=/usr/lib64/qt4/bin:$PATH after that make completes I don't know how to setup ./configure so thought to mention what worked for me. |