I just finished cross building mxe-octave with GUI enabled. However, I am unable to figure out how to launch Octave with GUI. When I open the file octave.exe directly, it opens the CLI version of Octave.
I used the Control Panel to add the directory C:\Users\ani\Desktop\octave\bin to the Path environment variable. So typing echo %path% in cmd displays the following:
C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:
\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\TortoiseHg\;C:\Users\ani\Desktop\octave\bin
Are there any additional steps needed to launch the gui?
- Anirudha Bose