Created
April 8, 2017 14:45
-
-
Save lucas2213690/b13daefde0631af9c0f110f33a2f508c to your computer and use it in GitHub Desktop.
How install Quartus II 9.1 on Ubuntu 16.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo ./install | |
sudo apt-get install csh tcsh lib32ncurses5 lib32z1 libsm6:i386 libxrender1:i386 libfreetype6:i386 libfontconfig1:i386, libxext6:i386 | |
cd /opt/altera9.1/quartus/linux | |
mv libX11.so.6 libX11.so.6.old | |
mv libuuid.so.1 libuuid.so.1.old | |
cd /opt/altera9.1/quartus/bin | |
exec /bin/csh | |
sudo ./quartus | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
good!