Eagle CAD

From Bashlinux
Revision as of 21:53, 8 June 2015 by Manpaz (talk | contribs) (Created page with "__NOTOC__ === How to install eagle 5.x on Fedora 17 64-bit === For compatibility with Eagle3D install Eagle 5.x But before you have to install 32-bit dependencies: On Fedora ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to install eagle 5.x on Fedora 17 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