Skip to content

yrrapt/qucs_s

 
 

Repository files navigation

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:/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 ..  -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

About

Qucs-S is spin-off of Qucs. See https://ra3xdh.github.io/ for details.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.1%
  • Perl 4.1%
  • CMake 1.1%
  • MATLAB 0.5%
  • Roff 0.3%
  • Shell 0.2%
  • Other 0.7%