Eagle CAD: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
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 ..."
 
Manpaz (talk | contribs)
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
=== How to install eagle 5.x on Fedora 17 64-bit ===
=== How to install eagle 5.x on Fedora 17 64-bit ===
For compatibility with Eagle3D install Eagle 5.x
For compatibility with Eagle3D, Eagle 5.x must be installed. But before to start, you have to install the 32-bit dependencies:

But before you have to install 32-bit dependencies:


On Fedora 17 and newer versions it should be done as root with:
On Fedora 17 and newer versions it should be done as root with:
Line 15: Line 15:
First, you need to install 32-bit dependencies as root:
First, you need to install 32-bit dependencies as root:
# apt-get install ia32-libs libjpeg62:i386
# apt-get install ia32-libs libjpeg62:i386



Now run eagle installer file:
Now run eagle installer file:

Revision as of 00:19, 13 June 2015

How to install eagle 5.x on Fedora 17 64-bit

For compatibility with Eagle3D, Eagle 5.x must be installed. But before to start, you have to install the 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