Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Qucs/qucs
Qucs Project official mirror
https://github.com/Qucs/qucs
Last synced: 2 months ago
JSON representation
Qucs Project official mirror
- Host: GitHub
- URL: https://github.com/Qucs/qucs
- Owner: Qucs
- License: gpl-2.0
- Created: 2014-01-24T18:48:36.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-26T10:46:13.000Z (3 months ago)
- Last Synced: 2024-11-04T20:50:18.717Z (3 months ago)
- Language: C++
- Homepage: http://qucs.sourceforge.net/
- Size: 71.9 MB
- Stars: 1,154
- Watchers: 99
- Forks: 213
- Open Issues: 95
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Roadmap: ROADMAP
- Authors: AUTHORS
Awesome Lists containing this project
README
--
-- README
--
-- Copyright (C) 2003, 2005, 2011 Stefan Jahn
--
-- 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.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-.tar.gz (using GNU tar)
$ gzip -cd qucs-.tar.gz | tar xvf - (using another tar)Change into the source directory:
$ cd qucs-
Configure the source package for your system:
$ ./configure
Now compile the package:
$ make
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
===============================TODO: repo on sf is oudated.
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.