Difference between revisions of "Pcb-eagle"

From Bashlinux
Jump to: navigation, search
 
Line 18: Line 18:
 
 
 
<pre><nowiki>
 
<pre><nowiki>
# ./eagle-lin-5*.run
+
# ./eagle-lin-5.x.x.run
 
</nowiki></pre>
 
</nowiki></pre>

Revision as of 16:51, 26 October 2012

Eagle

How to install eagle 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 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