Build advice on FC4 i386
Brought to you by:
blais
before you start:
ensure that you have qt and qt-devel packages installed
then:
declare -x QTDIR=/usr/lib/qt3.3
FC4's flex fails with an error about bison-bridge so
install GNU flex 2.5.33 from source (easy) and adjust
the Makefile to point to your new flex e.g.
LEX = /usr/local/bin/flex