Changes

Jump to navigation Jump to search
409 bytes added ,  14:39, 1 April 2021
added Quartus II 13.0sp1 instructions for Ubuntu 20.04
Line 78: Line 78:     
https://fpgasoftware.intel.com/devices/
 
https://fpgasoftware.intel.com/devices/
 +
 +
== Installing ==
 +
 +
=== Quartus II 13.0sp1 ===
 +
 +
==== Ubuntu 20.04 ====
 +
 +
The installer won't launch unless you install 32-bit libc:
 +
 +
<pre>sudo apt-get install libc6-i386</pre>
 +
 +
Once installed, the application won't launch without libpng12, and libpng16 is what ships with Ubuntu. Luckily there is a PPA:
 +
 +
<pre>sudo add-apt-repository ppa:linuxuprising/libpng12
 +
sudo apt update
 +
sudo apt install libpng12-0</pre>
    
== Online Resources ==
 
== Online Resources ==

Navigation menu