Forum Discussion
Altera_Forum
Honored Contributor
11 years agoA few notes:
They have dropped support for Cyclone III/Stratix III and earlier families, so if you need one of these, keep 13.1! Also if you are installing on Ubuntu Linux. the setup.sh script uses: # !/bin/env bash on Ubuntu the env program is located in /usr/bin/env A quick fix is to create a soft link by doing the following: sudo ln -s /usr/bin/env /bin/env