Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHo to execute Quartus II in Fedora Linux
Hello I have successfully installed 11.1_173_quartus_linux.sh in fedora 16 OS. Pl tell me how to use it . How to launch and learn. venkat
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