Difference between revisions of "GSpiceUI"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
|ftp://ftp.geda.seul.org/pub/geda/dist/gspiceui-{{Gspiceui-Version}}.tar.gz
+
|ftp://ftp.geda.seul.org/pub/geda/dist/gspiceui-v{{Gspiceui-Version}}.tar.gz
 +
|-
 +
!Download Patch:
 +
|http://svn.cross-lfs.org/svn/repos/patches/gspiceui/gspiceui-{{Gspiceui-Version}}-wx2.8-1.patch
 
|}
 
|}
  
= 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.
 
  
<b>Homepage:</b> http://geda.seul.org/tools/gspiceui/index.html
+
{{Package-Introduction|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.|http://geda.seul.org/tools/gspiceui/index.html}}
  
= Dependencies =
+
== Dependencies ==
  
== Required ==
+
=== Required ===
 
*[[wxWidgets]]
 
*[[wxWidgets]]
  
= Non-Multilib =
+
== Non-Multilib ==
  
The installation PREFIX for GSpiceUI is hardcoded in the Makefile to /usr/local.  Correct this with the sed:
+
Compile the package:
sed -i 's@/usr/local@/usr@' Makefile
 
  
Compile the GSpiceUI package:
+
patch -Np1 -i ../gspiceui-{{Gspiceui-Version}}-wx2.8-1.patch &&
 
  make
 
  make
  
Install the GSpiceUI package:
+
Install the package:
make install
 
  
= Multilib =
+
make INSTALLDIR=/usr install
  
== 32Bit ==
+
== Multilib ==
To do ...
+
'''''This package does not install any libraries so only one installation is needed.'''''
  
== N32 ==
+
=== 32Bit ===
To do ...
 
  
== 64Bit ==
+
Compile the package:
  To do ...
+
 
 +
patch -Np1 -i ../gspiceui-{{Gspiceui-Version}}-wx2.8-1.patch &&
 +
USE_ARCH=32 make CC="g++ ${BUILD32}"
 +
 
 +
Install the package:
 +
 
 +
make INSTALLDIR=/usr install
 +
 
 +
=== N32 ===
 +
 
 +
Compile the package:
 +
 
 +
patch -Np1 -i ../gspiceui-{{Gspiceui-Version}}-wx2.8-1.patch &&
 +
USE_ARCH=n32 make CC="g++ ${BUILDN32}"
 +
 
 +
Install the package:
 +
 
 +
make INSTALLDIR=/usr install
 +
 
 +
=== 64Bit ===
 +
 
 +
Compile the package:
 +
 
 +
  patch -Np1 -i ../gspiceui-{{Gspiceui-Version}}-wx2.8-1.patch &&
 +
USE_ARCH=64 make CC="g++ ${BUILD64}"
 +
 
 +
Install the package:
 +
 
 +
make INSTALLDIR=/usr install
  
 
= Contents =
 
= Contents =
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
| gspiceui
 +
|-valign="top"
 +
! Installed Libraries:
 +
| None
 +
|-valign="top"
 +
! Installed Directories:
 +
| /usr/share/gspiceui
 +
|}
  
== Short Description ==
+
[[Category:Science_Engineering]]

Latest revision as of 11:23, 18 August 2008

Download Source: ftp://ftp.geda.seul.org/pub/geda/dist/gspiceui-v0.9.55.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/gspiceui/gspiceui-0.9.55-wx2.8-1.patch

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.

Project Homepage: http://geda.seul.org/tools/gspiceui/index.html

Dependencies

Required

Non-Multilib

Compile the package:

patch -Np1 -i ../gspiceui-0.9.55-wx2.8-1.patch &&
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:

patch -Np1 -i ../gspiceui-0.9.55-wx2.8-1.patch &&
USE_ARCH=32 make CC="g++ ${BUILD32}"

Install the package:

make INSTALLDIR=/usr install

N32

Compile the package:

patch -Np1 -i ../gspiceui-0.9.55-wx2.8-1.patch &&
USE_ARCH=n32 make CC="g++ ${BUILDN32}"

Install the package:

make INSTALLDIR=/usr install

64Bit

Compile the package:

patch -Np1 -i ../gspiceui-0.9.55-wx2.8-1.patch &&
USE_ARCH=64 make CC="g++ ${BUILD64}"

Install the package:

make INSTALLDIR=/usr install

Contents

Installed Programs: gspiceui
Installed Libraries: None
Installed Directories: /usr/share/gspiceui