Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDSP Builder on Ubuntu Linux
Hi all, I installed Matlab r2008a, it works fine. I installed Quartus II 9.0, it works fine I have had problems with DSP Builder. The installation completed with no errors and in simulink ar...
Altera_Forum
Honored Contributor
17 years agoSOLVED
the environment variable QUARTUS_ROOTDIR, even if exported in the .bashrc file, is non set if the installation is executed by the command $sudo ./install --setup_matlab The variable is set if the superuser is invoked by the command "sudo -s" before. In this way the installation command# ./install --setup_matlab works properly.