Pcb-eagle: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
= Eagle = |
= Eagle = |
||
== How to install eagle on Fedora |
== How to install eagle 5.x on Fedora 18 64-bit == |
||
For compatibility with Eagle3D install Eagle 5.x |
For compatibility with Eagle3D install Eagle 5.x |
||
But before you have to install 32-bit dependencies: |
But before you have to install 32-bit dependencies: |
||
On Fedora 17 and newer versions it should be done with: |
On Fedora 17 and newer versions it should be done as root with: |
||
<pre><nowiki> |
<pre><nowiki> |
||
| Line 14: | Line 14: | ||
</nowiki></pre> |
</nowiki></pre> |
||
Now run eagle installer file: |
|||
<pre><nowiki> |
|||
# ./eagle-lin-5.x.x.run |
|||
</nowiki></pre> |
|||
== How to install eagle 5.x on Ubuntu 13.04 64-bit == |
|||
First, you need to install 32-bit dependencies as root: |
|||
<pre><nowiki> |
|||
# apt-get install ia32-libs libjpeg62:i386 |
|||
</nowiki></pre> |
|||
Now run eagle installer file: |
Now run eagle installer file: |
||
Revision as of 17:09, 1 May 2013
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