Pcb-eagle

From Bashlinux
Revision as of 16:46, 3 May 2013 by Manpaz (talk | contribs)
Jump to: navigation, search

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.i686 libXcursor.i686 freetype.i686 \
 expat.i686 fontconfig.i686 libXi.i686 libXdmcp.i686 libXrandr.i686 \
 libpng.i686 libXft.i686 libjpeg-turbo.i686 libpng-compat.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