Difference between revisions of "Gerbv"

From CBLFS
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
ftp://ftp.geda.seul.org/pub/geda/dist/gerbv-{{Gerbv-Version}}.tar.gz
 
ftp://ftp.geda.seul.org/pub/geda/dist/gerbv-{{Gerbv-Version}}.tar.gz
 
|}
 
|}
 +
----
  
== Introduction to Gerbv ==
+
{{Package-Introduction|Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are generated from PCB CAD systems and sent to PCB manufacturers as a basis for the manufacturing process.|http://geda.seul.org/tools/gerbv/index.html}}
Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are generated from PCB CAD systems and sent to PCB manufacturers as a basis for the manufacturing process.
 
 
 
<b>Homepage:</b> http://geda.seul.org/tools/gerbv/index.html
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 105: Line 103:
 
|The Gerber viewer program.
 
|The Gerber viewer program.
 
|}
 
|}
 +
 +
[[Category:Science_Engineering]]

Latest revision as of 11:21, 18 August 2008

Download Source:

ftp://ftp.geda.seul.org/pub/geda/dist/gerbv-2.0.1.tar.gz


Introduction to Gerbv

Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are generated from PCB CAD systems and sent to PCB manufacturers as a basis for the manufacturing process.

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

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

If you wish to install the desktop file and it's pixmap run the following command:

install -Dv -m644 desktop/gerbv.desktop /usr/share/applications &&
install -Dv -m644 desktop/gerbv.png /usr/share/pixmaps

Multilib

This package does not contain any libraries so only one installation is needed.

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

If you wish to install the desktop file and it's pixmap run the following command:

install -Dv -m644 desktop/gerbv.desktop /usr/share/applications &&
install -Dv -m644 desktop/gerbv.png /usr/share/pixmaps

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr &&
make

Install the package:

make install

If you wish to install the desktop file and it's pixmap run the following command:

install -Dv -m644 desktop/gerbv.desktop /usr/share/applications &&
install -Dv -m644 desktop/gerbv.png /usr/share/pixmaps

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr &&
make

Install the package:

make install

If you wish to install the desktop file and it's pixmap run the following command:

install -Dv -m644 desktop/gerbv.desktop /usr/share/applications &&
install -Dv -m644 desktop/gerbv.png /usr/share/pixmaps

Contents

Installed Programs: gerbv

Short Description

gerbv: The Gerber viewer program.