Difference between revisions of "Gerbv"
Weibullguy (talk | contribs) (Created page.) |
|||
Line 6: | Line 6: | ||
|} | |} | ||
− | = Introduction to Gerbv = | + | == 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. | 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 | <b>Homepage:</b> http://geda.seul.org/tools/gerbv/index.html | ||
− | = Dependencies = | + | == Dependencies == |
== Required == | == Required == | ||
Line 20: | Line 20: | ||
*[[Gtk2]] | *[[Gtk2]] | ||
− | = Non-Multilib = | + | == Non-Multilib == |
− | Compile the gerbv package: | + | 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 && | ./configure --prefix=/usr && | ||
make | make | ||
− | Install the | + | Install the package: |
+ | |||
make install | 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 = | = Contents = |
Revision as of 07:42, 26 December 2006
Download Source: |
---|
Contents
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.
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. |
---|