a minute read (About 119 words)
Install Eagle 7.7.0 64bit Debian 9
How to install Eagle in Debian 9 Stretch.
Install Dependecies
1
| sudo apt-get install libssl1.0.2
|
Create links
1 2
| $ sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 sudo ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
Install Eagle
1 2
| cd "EagleDIR" $ sudo sh 'eagle-lin64-7.7.0.run'
|
Run Eagle as root because of license
1
| sudo /opt/eagle-7.7.0/bin/eagle
|
Ceate desktop entry
1
| leafpad ~/Desktop/eagle.desktop
|
Content of file
1 2 3 4 5 6 7 8 9
| #!/usr/bin/env xdg-open
[Desktop Entry] Type=Application Name=Eagle Exec=/opt/eagle-7.7.0/bin/eagle Icon=/opt/eagle-7.7.0/bin/eagleicon50.png Categories=Application; Name[en_GB]=Eagle
|
You need to set install_url
to use ShareThis. Please set it in _config.yml
.