补充 Octave 常见问题。
Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
parent
6f6d65ae55
commit
b7a947193f
|
@ -1,10 +1,10 @@
|
|||
# Octave 的安装
|
||||
|
||||
## 安装 Jre
|
||||
## Windows 下安装
|
||||
|
||||
Octave 官方 GUI 依赖 Java 运行环境,因此需要先安装 Jre。
|
||||
Octave [官网下载](https://octave.org/download) 程序包即可,自带 UI 界面。
|
||||
|
||||
## 安装主程序
|
||||
## Linux 下安装
|
||||
|
||||
```bash
|
||||
# Manjaro
|
||||
|
@ -18,3 +18,11 @@ sudo pacman -S octave
|
|||
yaourt -S octave-linear-algebra
|
||||
yaourt -S octave-symbolic
|
||||
```
|
||||
|
||||
## 常见问题
|
||||
|
||||
### Windows 下启动 UI 界面后出现命令行窗口
|
||||
|
||||
一般是 Windows11 下出现这个问题,官方的说法是[默认终端的问题](https://octave.discourse.group/t/workaround-for-weird-behavior-of-command-window-widget-in-windows/4981)。
|
||||
|
||||
进入 Windows 设置->系统->开发者选项,将“终端”改为:Windows 控制台主机,重新启动 Octave GUI 即可。
|
||||
|
|
Loading…
Reference in New Issue