Menu

Tree [8f4c3f] develop /
 History

HTTPS access


File Date Author Commit
 .tx 2015-01-12 Guilherme Brondani Torri Guilherme Brondani Torri [9111bb] TX: add config for Qucs translation strings
 cmake 2014-02-17 Richard C Crozier Richard C Crozier [74156d] Added cmake test file for QTabWidget::setMovabl...
 contrib 2020-02-27 Guilherme Brondani Torri Guilherme Brondani Torri [4f59b3] cmake-format: cleanup qucs list files
 doxygen 2016-01-26 Guilherme Brondani Torri Guilherme Brondani Torri [b3cab4] Add script to run doxygen on qucs/qucs.
 examples 2018-11-26 Derek Kozel Derek Kozel [fdb1a5] Fixed minor spelling errors in examples
 m4 2018-03-12 eroen eroen [d479d0] Use pkg-config to find Qt4
 man 2020-02-27 Guilherme Brondani Torri Guilherme Brondani Torri [4f59b3] cmake-format: cleanup qucs list files
 qucs 2024-08-31 Emil Kleijn Emil Kleijn [74396e] This fixes an issue with components that dynami...
 qucs-activefilter 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 qucs-attenuator 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 qucs-filter 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 qucs-filter-v2 2020-02-27 Guilherme Brondani Torri Guilherme Brondani Torri [4f59b3] cmake-format: cleanup qucs list files
 qucs-lib 2024-07-09 txemagon txemagon [db1601] netlist library components get painted as boxes...
 qucs-powercombining 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 qucs-rescodes 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 qucs-transcalc 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 tests 2018-07-26 Felix Salfelder Felix Salfelder [902011] fix excessive path in tests/Makefile.am
 translations 2024-05-02 Matthias Koefferlein Matthias Koefferlein [f6a7c6] Rewriting cmake files to Qt5
 .gitignore 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 AUTHORS 2016-01-28 in3otd in3otd [4d2298] Update authors' names in about dialog and AUTHO...
 CMakeLists.txt 2024-05-02 Matthias Koefferlein Matthias Koefferlein [141b84] refactor Qucs for Qt5
 COPYING 2005-06-07 raimi raimi [3764f5] 2005-06-06 Stefan Jahn <stefan@...>
 ChangeLog 2012-08-08 Frans Schreuder Frans Schreuder [91c066] resolved conflicts
 Info.plist 2008-11-27 ela ela [f7822c] 2008-11-27 Stefan Jahn <stefan@...>
 Makefile.am 2024-06-10 Felix Salfelder Felix Salfelder [a2f47f] build fixes
 Makefile.common 2024-06-10 Felix Salfelder Felix Salfelder [a2f47f] build fixes
 NEWS 2012-08-08 Frans Schreuder Frans Schreuder [91c066] resolved conflicts
 PLATFORMS 2020-02-13 oxmon-2500 oxmon-2500 [95a897] travis: set python3, fix osx ccache
 README 2024-09-11 Felix Salfelder Felix Salfelder [8f4c3f] bump README, build with Qt6
 RELEASE 2015-09-28 Felix Salfelder Felix Salfelder [3bfc98] s/autogen.sh/bootstrap/
 ROADMAP 2024-07-16 Felix Salfelder Felix Salfelder [b211f1] ROADMAP
 THANKS 2009-05-17 ela ela [9e40b9] 2009-05-17 Stefan Jahn <stefan@...>
 TODO 2009-03-12 ela ela [6bddc2] 2009-03-12 Stefan Jahn <stefan@...>
 VERSION 2024-06-10 Felix Salfelder Felix Salfelder [a2f47f] build fixes
 autodsp.sh 2012-08-08 Frans Schreuder Frans Schreuder [91c066] resolved conflicts
 bootstrap 2016-02-08 Felix Salfelder Felix Salfelder [e8a083] import glibtoolize override for darwin (from qu...
 common.mk 2017-07-18 Felix Salfelder Felix Salfelder [0844c0] rcc related build fixes
 config.h.cmake 2016-03-28 Guilherme Brondani Torri Guilherme Brondani Torri [6fcced] Remove LANGUAGEDIR definition.
 configure.ac 2024-09-11 Felix Salfelder Felix Salfelder [8f4c3f] bump README, build with Qt6
 qt_version.in 2018-07-14 Felix Salfelder Felix Salfelder [e57b51] configure.ac from qt5 rework, backport
 qucsgui.cbp 2017-02-08 Guilherme Brondani Torri Guilherme Brondani Torri [6f2781] remove qucs-help from build

Read Me

--
-- README
--
-- Copyright (C) 2003, 2005, 2011 Stefan Jahn <stefan@lkcc.org>
--
-- This is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2, or (at your option)
-- any later version.
--
-- This software is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this package; see the file COPYING.  If not, write to
-- the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
-- Boston, MA 02110-1301, USA.
--


Description
===========

Qucs is a circuit simulator with graphical user interface.  The
software aims to support all kinds of circuit simulation types,
e.g. DC, AC, S-parameter and harmonic balance analysis.  For
details see homepage:

http://qucs.sourceforge.net


Requirements
============

Qucs needs Qt version 5 or later. For simplicity, the Qt configuration is
currently obtained through pkg-config, which you need to install in addition
to Qt.

Qt packages have strange names. Try these for Qt5/6 respectively

# apt install qtbase5-dev qttools5-dev libqt5svg5-dev
# apt-install qt6-base-dev qt6-svg-dev

Development
===========

Qucs source code is stored in a git repo. Two build systems are included.
The traditional autotools build system needs to be created by developpers,
when not using a tarball. Run ./bootstrap after cloning. The CMake build
system does not require this step. Choose your pick.

Installation
============

Unpack the distribution tarball:

    $ 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

Configure the source package, but use Qt6

    $ ./configure --with-qt-name=Qt6

Now compile the package:

    $ make

Qt6 wants a newer standard, use the following.

    $ make CXXFLAGS=-std=c++17

Install Qucs:

    $ make install

You 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.

For further information on installing the package, please consult the
file INSTALL included in this distribution.

Please note:  Users of the FreeBSD OS may use a GNU make (probably gmake)
to compile and install the package.

Getting the latest Git snapshot
===============================

You can always get the latest Qucs version from our Git repository.
Please use an official release if you want to work with Qucs.  The Git
version might not even compile.

    $ git clone http://git.code.sf.net/p/qucs/git qucs-git

Press 'Enter' when asked for a password.  Run `sh bootstrap' and `configure'
(see above) with the appropriate options.  Maintainance currently requires
Autoconf version 2.57 and GNU automake 1.7.0.