Forum Discussion
Altera_Forum
Honored Contributor
13 years agoYou can lookup the executable file in your quartus installation directory and copy it to your /bin directory. Then make sure the file has executable permissions by tiping ls -l filename. If it doesn't use chmod to change permissions or add executable permissions. ie chmod +x filename. After that you can use your mouse to create a desktop shortcut or you can launch from command line by typing quartus (or whatever name the executable file for quartusII in bin has).
You might need root access in different parts of these steps