Qucs needs Qt by Trolltech
http://www.trolltech.com.
So, I am installing QT, which is a huge
installation.
Now, the QUCS docs refer to a tarball, which I assume is Linux jargon for a Zip file or equivalent.
It says to unpack the distribution tarball, and that's where it gets sticky. Are the following commands Windows commands at the Start - Run window?
$ tar xvzf
qucs-<version>.tar.gz
(using GNU tar)
$ gzip -cd qucs-<version>.tar.gz | tar xvf - (using another tar)
Change into the source
directory:
$ cd
qucs-<version>
Configure the source package for your
system:
$
./configure
Now compile the package:
$ make
Install
Qucs:
$ make
install
It says you must must have root privileges if you want to install
the package in the
standard location (/usr/local) or in any location that is
only writable
by root. This seems VERY
cryptic.