Skip to content

dionysos-sf/oregano

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oregano - an electrical engineering tool

About

oregano is an application for schematic capture and simulation of electronic circuits. The actual simulation is performed by Berkeley Spice, GNUcap or the new generation ngspice.

oregano is licensed under the terms of the GNU GPL-2.0 included in the file COPYING.

Requirements

You need gtk+-3.0, gtksourceview-3.0, goocanvas-2.0 and libxml2 in order to build oregano. These are usually included in your favorite distributions repositories and can otherwise be found at the gnome public ftp server.

Building

To build the oregano application issue the following for a debug build

waf configure
waf debug

or the following for a release build

waf configure
waf release

For additional options, consult

waf --help

Installation

For installation to the default directories, it is usually required to run

waf install

with root privileges.

After installation oregano can be started by running oregano from terminal.

Web

The official website is on github.

Bugs

For bug and issue tracking as well as feature requests, the github built in issue tracker is used.

About

Schematic capture and circuit simulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.9%
  • Other 2.1%