Pcb-eagle: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ |
__NOTOC__ |
||
= Eagle = |
= CadSoft Eagle PCB Design = |
||
== How to install eagle 5.x on Fedora 18 64-bit == |
== How to install eagle 5.x on Fedora 18 64-bit == |
||
Revision as of 17:10, 1 May 2013
CadSoft Eagle PCB Design
How to install eagle 5.x on Fedora 18 64-bit
For compatibility with Eagle3D install Eagle 5.x But before you have to install 32-bit dependencies:
On Fedora 17 and newer versions it should be done as root with:
# yum -y install libXfixes-5.0-2.fc17.i686 libXcursor-1.1.13-1.fc17.i686 freetype-2.4.8-3.fc17.i686 \ expat-2.1.0-1.fc17.i686 fontconfig-2.8.0-8.fc17.i686 libXi-1.6.1-1.fc17.i686 libXdmcp-1.1.1-1.fc17.i686 \ libpng-1.5.10-1.fc17.i686 libXft-2.3.0-2.fc17.i686 libjpeg-turbo-1.2.1-1.fc17.i686 libpng-compat-1.5.10-1.fc17.i686
Now run eagle installer file:
# ./eagle-lin-5.x.x.run
How to install eagle 5.x on Ubuntu 13.04 64-bit
First, you need to install 32-bit dependencies as root:
# apt-get install ia32-libs libjpeg62:i386
Now run eagle installer file:
# ./eagle-lin-5.x.x.run