Pcb-eagle

From Bashlinux
Revision as of 17:09, 1 May 2013 by Manpaz (talk | contribs)
Jump to: navigation, search

Eagle

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