Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

AMDmi3/qucs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http://sourceforge.net/projects/qucs

Compile instructions Linux (Ubuntu):
First make sure you have all packages installed:
build-essential flex bison qt4-dev-tools gperf

Install ADMS 2.3.0:
./configure
make
sudo make install
sudo ldconfig

Compile qucs:
cd qucs
./autogen.sh
make
sudo make install


Compile qucs-core:
cd qucs-core
./bootstrap.sh
./configure --enable-maintainer-mode --prefix=<path/to/install>
make
sudo make install




About

Quite Universal Circuit Simulator (some very old FreeBSD compatibility patches)

Resources

Stars

Watchers

Forks