JANUARY 2015 NOTICE: Some of the information on these pages may be out of date. If in doubt, contact the ITSG at itcoecis-help@cornell.edu
Running the alternate Quartus Installs
...
Add the version you want to your path:
10.0SP1
csh/tcsh
No Format |
---|
setenv PATH /opt/altera/10.0SP1/quartus/bin:${PATH}
|
bash/sh
No Format |
---|
export PATH=/opt/alteral/10.0SP1/quartus/bin:${PATH}
|
9.1SP2
csh/tcsh
No Format |
---|
setenv PATH ${PATH}:/opt/altera/10.0SP1/quartus/bin
setenv LM_LICENSE_FILE 1819@licsrv.engineering.cornell.edu
|
bash/sh
No Format |
---|
export PATH=${PATH}:/opt/alteral/10.0SP1/quartus/bin
export LM_LICENSE_FILE=1819@licsrv.engineering.cornell.edu
|
...