Skip to content
Guilherme Brondani Torri edited this page Jan 26, 2015 · 8 revisions

Build System

The Qucs build system is currently based on The Autools (autoconf, automake, libtool, configure, make, ...)

There is a working version based on CMake configuration files.

Projects for IDEs

An integrated development environment (IDE) offer some nice facilities as code-completion, online-help, integrated debugger...

Qt Creator

Qt Creator can read the CMake files as project files.

Available for the graphical tools: qucs qucs-attenuator qucs-edit qucs-filter

qucs-filter-v2 qucs-help qucs-lib qucs-transcalc

Not available: qucs-doc qucs-core qucs-doc

Code::Blocks

Currently only available for: qucs

Code::Blocks projects can be created out of the CMake files:

 cmake . -G "CodeBlocks - Unix Makefiles"

Further Development Ideas

see here

License Header

Proposed license header. A contributor that makes substantial contribution to the file should add his copyright to the header.

/*
 * [filename] - [brief description]
 *
 * Copyright (C) [year], [name], [e-mail]
 *
 * This file is part of Qucs
 *
 * Qucs 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 Qucs.  If not, see <http://www.gnu.org/licenses/>.
 *
 */

Clone this wiki locally