Forum Discussion
Altera_Forum
Honored Contributor
16 years agoQuartus II Linux Missing Docs
Installed Quartus II 9.1. cannot find a single document telling me how to correctly launch it. What environment variables do I need, what to source. I have gotten most of it working, but I would like...
Altera_Forum
Honored Contributor
16 years agoi actually filed a documentation enhancement request this week on the same issue.
for using Quartus you'll need to set a minimum of QUARTUS_ROOTDIR to the path to the quartus directory and appending $QUARTUS_ROOTDIR/bin to your path. to use the Nios tools etc there are a few more bin directories to add to your path, for example $QUARTUS_ROOTDIR/../nios2eds/bin then you can run: quartus at the command line. :cool: