Menu

Tree [4f5976] develop /
 History

HTTPS access


File Date Author Commit
 cmake 2021-08-08 luz paz luz paz [a9d20a] Fix various typos
 doc 2020-02-27 Guilherme Brondani Torri Guilherme Brondani Torri [0dffe9] cmake-format: cleanup qucs-core list files
 m4 2021-08-08 luz paz luz paz [a9d20a] Fix various typos
 src 2023-08-08 Felix Salfelder Felix Salfelder [905de6] verilog models: standard conformance
 tests 2017-10-13 Felix Salfelder Felix Salfelder [7b5c3d] rename qucsator library to libqucsator
 .gitignore 2020-09-08 Felix Salfelder Felix Salfelder [dca914] import gitignore fragments from top level repo
 AUTHORS 2007-12-30 ela ela [ebd012] * changed Gunther's email
 BUGS 2021-08-08 luz paz luz paz [a9d20a] Fix various typos
 CMakeLists.txt 2021-08-08 luz paz luz paz [a9d20a] Fix various typos
 COPYING 2005-06-02 raimi raimi [fa162e] 2005-06-01 Stefan Jahn <stefan@...>
 ChangeLog 2020-09-07 Felix Salfelder Felix Salfelder [4a6b20] prepare 0.0.20 release
 Makefile.am 2019-01-02 Felix Salfelder Felix Salfelder [4f8419] make qucsator distcheck happy
 NEWS 2020-10-29 Felix Salfelder Felix Salfelder [a08b0a] Release qucsator 0.0.20
 README 2020-10-29 Felix Salfelder Felix Salfelder [a08b0a] Release qucsator 0.0.20
 RELEASE 2021-08-08 luz paz luz paz [a9d20a] Fix various typos
 THANKS 2021-08-08 luz paz luz paz [a9d20a] Fix various typos
 TODO 2009-04-19 ela ela [f44dab] * updated RELEASE and TODO files
 VERSION 2018-07-24 Guilherme Brondani Torri Guilherme Brondani Torri [65bb97] bump version
 autodsp.sh 2012-08-08 Frans Schreuder Frans Schreuder [64a1c4] fixes to compile with gcc-4.6.3/ubuntu-12.04 [g...
 bootstrap 2016-10-29 Felix Salfelder Felix Salfelder [0038ff] add || exit 1 in simulator bootstrap
 config.h.cmake 2015-01-19 Guilherme Brondani Torri Guilherme Brondani Torri [c2b067] cmake: add platform test for erase iterator
 configure.ac 2021-08-08 luz paz luz paz [a9d20a] Fix various typos
 get-gtest.sh 2015-09-30 Felix Salfelder Felix Salfelder [bb3cd5] rearrange gtest in qucs-core
 qucs-core.cbp 2016-02-01 Guilherme Brondani Torri Guilherme Brondani Torri [500f52] Remove references in codeblocks scripts
 qucs_typedefs.h.cmake 2014-02-11 Guilherme Brondani Torri Guilherme Brondani Torri [e62c63] cmake: various fixes squashed
 qucs_typedefs.h.in 2015-10-08 Felix Salfelder Felix Salfelder [1ab8a2] workaround qucs_typedefs.h

Read Me

--
-- Qucsator
--
-- Copyright (C) 2003, 2004, 2005, 2006, 2011 Stefan Jahn <stefan@lkcc.org>
--               2011 -- 2020 Qucs Team
--
-- 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
===========

Qucsator is a command line driven circuit simulator.  It takes a network list
in a certain format as input and outputs a Qucs dataset.  It has been
programmed for usage in the Qucs project but can also be used by other
applications.

Requirements
============

Adms is required to translate some component parts. Tested with 2.3.6.

Installation
============

Unpack the distribution tarball:

    $ tar xvzf qucsator-<version>.tar.gz               (using GNU tar)
    $ gzip -cd qucsator-<version>.tar.gz | tar xvf -   (using another tar)

Change into the source directory:

    $ cd qucsator-<version>

Configure the source package for your system:

    $ ./configure

Now compile the package. Note that parallel build is broken at the moment.

    $ make

Install Qucsator. This is optional.

    $ 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 development version
======================================

You can always get the current Qucsator version from our repository.

    $ git clone https://github.com/Qucs/qucsator
    $ cd qucsator

Run `sh bootstrap' before `configure' with the appropriate options.