Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI had the same problem on Ubuntu 10.04 LTS.
After some trying with the bash script, I figured that you directly can call the altera_installer_cmd. 1) Extract the sh file (in my case to /temp/10.1_modelsim_ase_linux) 2) Goto/tmp/10.1_modelsim_ase_linux/altera_installer 3) Run
./altera_installer_cmd --source=/tmp/10.1_modelsim_ase_linux/altera_installer --standalone --install modelsim_ase &> /tmp/altera_setup.log
If you're lucky, then the setup GUI appears. Hope this helps, Jonas