Vadim Kuznetzov eba11e32ea Implemented building of two apllications with CMake
1. Added WITH_SPICE CMake variable. If it is not set usual Qucs will be
built. Application name is set to "qucs". If it is set, Qucs-S will be
built. Application name will be to "qucs-s".
2. Removed hardoced resources paths in "/usr/share/qucs", etc and
application names. Now resource paths depends on application name.
Resources will be installed into PREFIX/share/qucs-s/ for Qucs-S
3. Introduced a special definition QUCS_NAME in config.h. It will store
real application name.
4. Disabled default Debug mode for CMake
5. Exclude qucsattenuator, qucsedit, qucsresocdes, qucstrans, and qucshelp
(except docs) from the build system when building with WITH_SPICE switch
2016-07-22 14:57:44 +03:00
2014-05-16 17:16:26 +02:00
2016-04-08 22:03:37 +02:00
2014-11-17 21:35:38 +08:00
2012-08-08 14:28:03 +02:00
2015-10-01 00:24:40 +02:00
2012-08-08 14:28:03 +02:00
2015-10-01 00:24:40 +02:00
2012-08-08 14:28:03 +02:00
2013-06-16 15:00:32 +02:00
2015-09-28 20:52:24 +02:00
2009-03-12 19:36:13 +00:00
2014-09-02 15:20:54 +02:00

--
-- README
--
-- Copyright (C) 2003, 2005, 2011 Stefan Jahn <stefan@lkcc.org>
--
-- 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(R) by Digia(R) <http://www.digia.com>.
This current version is known to work with Qt 4.6 and later.


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

Unpack the distribution tarball:

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

Change into the source directory:

    $ cd qucs-<version>

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
===============================

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.sh' and
`configure' with the appropriate options.  Maintainance currently
requires Autoconf version 2.57 and GNU automake 1.7.0.
Description
Qucs-S is a circuit simulation program with Qt-based GUI
Readme 56 MiB
Languages
C++ 91.3%
Perl 3.3%
C 1.9%
CMake 1.4%
Rich Text Format 0.7%
Other 1.3%