2017-10-13 13:43:57 +03:00
2017-10-13 13:43:57 +03:00
2016-12-08 11:04:16 +03:00
2017-09-16 15:58:20 +01:00
2017-10-12 11:35:18 +03:00
2012-08-08 14:28:03 +02:00
2015-10-01 00:24:40 +02:00
2012-08-08 14:28:03 +02:00
2016-11-30 11:24:50 +03:00
2016-10-29 16:06:44 +02:00
2012-08-08 14:28:03 +02:00
2013-06-16 15:00:32 +02:00
2017-07-02 13:45:52 +03:00
2017-07-02 13:45:52 +03:00
2015-09-28 20:52:24 +02:00
2009-03-12 19:36:13 +00:00
2014-09-02 15:20:54 +02:00

Description

Qucs-S is a spin-off of Qucs. It allows to use several SPICE and non-SPICE simulation kernels. See https://ra3xdh.github.io/ for more details. It is based on original Qucs code: https://github.com/Qucs/qucs

Build instructions

Use CMake to build Qucs-S. Install all necessary dependecies: GCC, Qt, and SPICE (optional). Clone this git repository and execute in the top directory:

mkdir builddir
cd builddir
cmake .. -DWITH_SPICE=ON -DCMAKE_INSTALL_PREFIX=/your_install_prefix/
make
make install

Where /your_install_prefix/ is desired installation directory. Substitute any desire path (for example $HOME/qucs-s) here. You may omit this option and installation steps. Default installation directory will be /usr/local if CMAKE_INSTALL_PREFIX is not defined.

Then run qucs-s executable to launch application:

cd /your_installation prefix/bin
./qucs-s
Description
Qucs-S is a circuit simulation program with Qt-based GUI
Readme 56 MiB
Languages
C++ 91.3%
Perl 3.3%
C 1.9%
CMake 1.4%
Rich Text Format 0.7%
Other 1.3%