Git Product home page Git Product logo

mcanthony / qucs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from qucs/qucs

1.0 3.0 0.0 142.79 MB

Qucs Project official mirror

Home Page: http://qucs.sourceforge.net/

Shell 0.76% CMake 1.19% Perl 2.09% C++ 60.94% Batchfile 0.07% Makefile 0.04% Groff 0.30% C 2.17% MATLAB 0.75% Eagle 0.19% TeX 19.49% AutoIt 0.01% Inno Setup 0.33% QMake 0.01% Objective-C 0.01% HTML 6.42% Python 0.06% TypeScript 5.14%

qucs's Introduction

Build Status Build status Coverage Status

QUCS - Quite Universal Circuit Simulator

Qucs is an integrated circuit simulator which means you are able to setup a circuit with a graphical user interface (GUI) and simulate the large-signal, small-signal and noise behaviour of the circuit. After that simulation has finished you can view the simulation results on a presentation page or window.

Resources

Currently Supported Platforms

  • GNU/Linux
  • Darwin/OS X
  • FreeBSD
  • Windows

Source Download and Compilation

The source code is available as a tarball for stable releases and Git repository clone for development.

The release tarball can be downloaded from: http://sourceforge.net/projects/qucs/files/qucs/. Compilation and install from tarball is expected to work as follows:

tar xvfz qucs[version].tar.gz
cd qucs[version]
./configure
make install

For the source code clone, use one of the Git repositories (official or mirror):

git clone git://git.code.sf.net/p/qucs/git
git clone git://github.com/Qucs/qucs.git

For development conveninence ADMS is provided as a Git submodule. To download the ADMS submodule either:

  • clone submodules recursively:
    • git clone --recursive [repository]
  • or after cloning, do:
    • git submodule init
    • git submodule update

Compilation and installation depends on the operation system. See below for an example.

Compile instructions Linux (Debian/Ubuntu)

First make sure you have all dependencies installed:

sudo apt-get install build-essential
sudo apt-get install libqt4-dev libqt4-qt3support
sudo apt-get install automake libtool gperf flex bison

For ADMS

sudo apt-get install libxml2 libxml2-dev
sudo apt-get install zlib1g zlib1g-dev
sudo apt-get install libgd2-xpm-dev

Install Perl modules for ADMS:

sudo apt-get install libxml-libxml-perl
sudo apt-get install libgd-perl

Bootstrap (after cloning from git):

./bootstrap

Compile qucs:

cd qucs
./configure --enable-maintainer-mode
make
sudo make install

Compile qucs-core:

cd qucs-core
./configure --enable-maintainer-mode
make
sudo make install

Note:

  • Qucs it will be installed by default to /usr/local/. This can be modified by passing --prefix=[some location] to the ./configure script.

  • ADMS can be installed from a released tarball (>= 2.3.0). To use an already available admsXml pass the option --with-mkadms=[path/to/admsXml] to the ./configure script

Binary Installation

Some of the platform specific pre-compile binary packages containing installers can be found at https://sourceforge.net/projects/qucs/files/qucs-binary/.

License

Qucs is under GNU General Public License, version 2.0+. See COPYING file.

qucs's People

Contributors

jahnst avatar guitorri avatar rfmichael avatar ra3xdh avatar crobarcro avatar yodalee avatar bastien-roucaries avatar in3otd avatar felix-salfelder avatar clemensfmn avatar mikebrinson avatar constrictor avatar nplanel avatar andresmmera avatar partmedia avatar galiumnitride avatar nvdl avatar mdavidsaver avatar arhiv6 avatar

Stargazers

Michael Anthony avatar

Watchers

James Cloos avatar Michael Anthony avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.