$ cvs -d:pserver:anonymous@qucs.cvs.sourceforge.net:/cvsroot/qucs login
[when asked for a password, simply press enter]
$ cvs -z3 -d:pserver:anonymous@qucs.cvs.sourceforge.net:/cvsroot/qucs co qucs
$ cvs -z3 -d:pserver:anonymous@qucs.cvs.sourceforge.net:/cvsroot/qucs co qucs-core
$ cvs -z3 -d:pserver:anonymous@qucs.cvs.sourceforge.net:/cvsroot/qucs co qucs-doc
$ cvs -z3 -d:pserver:anonymous@qucs.cvs.sourceforge.net:/cvsroot/qucs co -r qucs_0_1_0 -d qucs-qt4 qucs
To build:
$ cd qucs/
$ sh autogen.sh
$ ./configure --prefix=/tmp/qucs --enable-maintainer-mode
$ make && make install
$ cd ..
$ cd qucs-core/
$ sh autogen.sh
$ ./configure --prefix=/tmp/qucs --enable-maintainer-mode
$ make && make install
$ cd ..
$ cd qucs-doc/
$ sh autogen.sh
$ ./configure --prefix=/tmp/qucs --enable-maintainer-mode
$ (cd technical/ && make technical)
$ (cd tutorial/ && make tutorial)
$ (cd tutorial/ && make book)
$ cd ..
$ cd qucs-qt4/
$ sh autogen.sh
$ ./configure --prefix=/tmp/qucs-qt4 --enable-maintainer-mode
$ make && make install
$ cd ..
To run:
$ cd /tmp/qucs/bin
$ ./qucs
To run with a specific language set:
$ cd /tmp/qucs/bin
$ LANG=de ./qucs
| Logo | Link | Maintainer / Packager | Comment |
|---|---|---|---|
|
Qucs on Mac OS | Markus Bongard <markus.bongard@umh.es> | native package w/ Qt/Aqua widget set; unfortunately a bit outdated |
| Qucs on Mac OSX | Stefan Jahn <stefan@lkcc.org> | native package w/ Qt/Aqua widget set including Qt3 and ASCO; for Intel and MacOSX 10.5 only | |
|
Qucs on Darwin Ports | Rolf Würdemann <rowue@digitalis.org> | also FreeHDL available |
|
Qucs installer for Win32 | Stefan Jahn <stefan@lkcc.org> | QT3/Windows Free Edition developers (now Q../Free) and the innoSetup team |
|
kde-apps.org | Michael Margraf <michael.margraf@alumni.tu-berlin.de> | Qucs is registered at KDE-apps database |
|
Qucs at Gentoo | Marcus D. Hanwell <cryos@gentoo.org> | |
|
Qucs at Debian | Jose L. Redrejo Rodriguez <jredrejo@edu.juntaextremadura.net> | also FreeHDL and Icarus Verilog available |
|
|
Qucs at FreeBSD | Dag-Erling Smorgrav <des@FreeBSD.org> | |
|
Qucs RPMs |
Wojciech Kazubski <w.kazubski@ire.pw.edu.pl>
Eric Tanguy <eric.tanguy@univ-nantes.fr> |
also available at Mandriva or Fedora (search RPMs) |
|
SuSE RPM | Erasmo Alonso Iglesias <erasmo1982@gmail.com> | also the appropriate FreeHDL package available |
|
Qucs at OpenSuSE | Werner Hoch <werner.ho@gmx.de> | available for OpenSuSE versions 10.2, 10.3 and 11.0 |
|
|
Qucs at OpenTech | Jamil Khatib <khatib@opencores.org> | |
|
Qucs at Slackware | Andrea Sciucca <gohanz@infinito.it> | |
|
Qucs at Ubuntu | just a Debian derivative | |
|
Qucs at Pardus | Ilker Kesen <ikesen92@gmail.com> | |
|
Qucs on Puppy Linux | Mike Masterson <galoof@optonline.net> | also available here |
|
Qucs at UP-to-DOWN | Alvaro Toledo <alvaro@uptodown.com> | |
|
Qucs at NetBSD | Vincent Habchi <10.50@free.fr> | |
|
Qucs at Fink | ||
|
Qucs on IRIX | Frederick Isaac <freddyisaac@yahoo.com> | part of the nekochan project, native build of freely available packages |
|
Qucs at Mandriva |
As already mentioned there is an installer package for Qucs for Win32 systems.
The relocations of the package (the location where the package gets installed)
is mainly steered by environment variables. During a normal installation
the appropriate environment variables are automatically set for the user
who installed the package.
One of them must be emphasised: HOME. During installation an
appropriate file system location will be found. When it was already set
then the previous value is assumed. The location decides where the project,
intermediate and configuration files will be saved. So when the user wonders
about missing project files or lost configuration it's worth to have a look
at the environment variables.
If FreeHDL is meant to be used for digital simulation then also the binary
package must be downloaded and installed. It requires the MinGW32 compiler.
If it is not already installed, it's possible to install a prepared
binary package for this, too. It contains the minimal MinGW32
installation required to work with FreeHDL.