Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHere's the Web Edition link I recently used:
https://www.altera.com/download/software/quartus-ii-we Here's my notes from 11.10 install. I think it just 'worked' under 11.04, so you might not see the error message:# Uncompress the Quartus Web Edition archive
mkdir temp
cd temp
sudo /bin/bash /mnt/quartus/11.1sp1_216_quartus_free_linux.sh
# and you will see the following messages
Creating directory 11.1sp1_216_quartus_free_linux
Verifying archive integrity... All good.
Uncompressing Quartus II Web Edition (Free)...........
......................................................
......................................................
...................................................
./setup: 1: Syntax error: "&" unexpected
# Change into the uncompressed archive folder and run the setup utility
cd 11.1sp1_216_quartus_free_linux
sudo /bin/bash ./setup
# This starts the installation GUI.# Install Quartus# eg. install into /opt/altera/11.1sp1_free
Cheers, Dave