GSpiceUI: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 10: | Line 10: | ||
<b>Homepage:</b> http://geda.seul.org/tools/gspiceui/index.html | <b>Homepage:</b> http://geda.seul.org/tools/gspiceui/index.html | ||
= Dependencies = | == Dependencies == | ||
== Required == | === Required === | ||
*[[wxWidgets]] | *[[wxWidgets]] | ||
= Non-Multilib = | == Non-Multilib == | ||
Compile the package: | Compile the package: | ||
| Line 25: | Line 25: | ||
make INSTALLDIR=/usr install | make INSTALLDIR=/usr install | ||
= Multilib = | == Multilib == | ||
'''''This package does not install any libraries so only one installation is needed.''''' | '''''This package does not install any libraries so only one installation is needed.''''' | ||
== 32Bit == | === 32Bit === | ||
Compile the package: | Compile the package: | ||
| Line 38: | Line 38: | ||
make INSTALLDIR=/usr install | make INSTALLDIR=/usr install | ||
== N32 == | === N32 === | ||
Compile the package: | Compile the package: | ||
| Line 48: | Line 48: | ||
make INSTALLDIR=/usr install | make INSTALLDIR=/usr install | ||
== 64Bit == | === 64Bit === | ||
Compile the package: | Compile the package: | ||
Revision as of 07:34, 26 December 2006
| Download Source: | ftp://ftp.geda.seul.org/pub/geda/dist/gspiceui-0.9.55.tar.gz |
|---|
Introduction to GSpiceUI
GSpiceUI is intended to provide a GUI for GNU-Cap and ngspice. The GUI interface is not yet complete for either package. GSpiceUI currently provides a GUI interface for GNU-Cap OP, DC, AC and Transient analyses. GSpiceUI provides a GUI interface for Ng-Spice DC, AC and Transient analyses.
Homepage: http://geda.seul.org/tools/gspiceui/index.html
Dependencies
Required
Non-Multilib
Compile the package:
make
Install the package:
make INSTALLDIR=/usr install
Multilib
This package does not install any libraries so only one installation is needed.
32Bit
Compile the package:
USE_ARCH=32 make CC="g++ ${BUILD32}"
Install the package:
make INSTALLDIR=/usr install
N32
Compile the package:
USE_ARCH=n32 make CC="g++ ${BUILDN32}"
Install the package:
make INSTALLDIR=/usr install
64Bit
Compile the package:
USE_ARCH=64 make CC="g++ ${BUILD64}"
Install the package:
make INSTALLDIR=/usr install