QUCS build notes

The general idea with GNU Build system is to 

However if there are problems it is not quite so simple.   The following notes are how I resolved the issues that arose. 

 

My QUCS Build Notes

These notes assume you already have the QUCS source code sitting in a folder somewhere.  This instructions are for Ubuntu / Debian Linux which I use for my investigations.

Tools required by QUCS build:  Much of this available as GNU Build Essentials – Using Synaptic – much easier!  I installed these components:

Step: Add to .profile file to get Qt3 to build

    In .profile (if your shell is bash, ksh, zsh or sh), add the following lines:  

 QTDIR=/usr/local/qt PATH=$QTDIR/bin:$PATH MANPATH=$QTDIR/doc/man:$MANPATH LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH export QTDIR PATH MANPATH LD_LIBRARY_PATH