-
Notifications
You must be signed in to change notification settings - Fork 213
Development
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.
An integrated development environment (IDE) offer some nice facilities as code-completion, online-help, integrated debugger...
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
Currently only available for: qucs
Code::Blocks projects can be created out of the CMake files:
cmake . -G "CodeBlocks - Unix Makefiles"
see here
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/>.
*
*/
[ Home | Development | Examples ]