Skip to content

Instantly share code, notes, and snippets.

@lucas2213690
Created April 8, 2017 14:45
Show Gist options
  • Save lucas2213690/b13daefde0631af9c0f110f33a2f508c to your computer and use it in GitHub Desktop.
Save lucas2213690/b13daefde0631af9c0f110f33a2f508c to your computer and use it in GitHub Desktop.
How install Quartus II 9.1 on Ubuntu 16.04
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
@qqqw4549
Copy link

qqqw4549 commented Nov 4, 2018

good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment