Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI'm new to this as well, but..
lines below starting with pound '#' are commands intended to be run from a bash shell, usually in a terminal window, and in this case, in X graphical mode. Also, I installed to /opt/altera, examples below reflect this. 1. put quartus in your path,# export PATH=$PATH:/opt/altera/quartus/bin 2. optionally save this change to your ~/.bashrc or ~/.profile# echo 'export PATH=$PATH:/opt/altera/quartus/bin' >> ~/.bashrc 3. verify your path has quartus# env or# which quartus 4. run it# quartus & As to how to learn, I'm new too. I'm following the tutorials I find from altera.com's documentation section. good luck. juan.