MAC上安装Octave

  1. 当前最新版Octave是9.3版本,需要把mac os系统升级到14版本(本人之前的版本是10版本)

https://wiki.octave.org/Octave_for_macOS

octave的历史版本参考此文档:Octave for macOS (outdated) - Octavehttps://wiki.octave.org/Octave_for_macOS_(outdated)

  1. 终端中输入: brew install octave

  2. 带界面启动,在终端中输入命令:octave --force-gui

  3. 下载安装Command Line Tools,打开链接https://developer.apple.com/download/all/,搜索Command Line Tools,选择适合自己的版本下载。

  1. 打开网址https://gnu-octave.github.io/packages/,下载control和signal两个package,

  2. 在octave命令窗口内输入命令:pkg install pkgName_****.tar.gc

  1. 在安装control包遇到错误时,参考此文章https://blog.csdn.net/shirukai/article/details/123046552

    cd /usr/local/opt/gcc/lib/gcc/14/gcc
    ln -s x86_64-apple-darwin19 x86_64-apple-darwin2

  2. 查看安装的pkg: pkg list

相关推荐
pe7er3 天前
macOS 应用无法打开(权限问题)解决方案
macos·mac
harmful_sheep5 天前
mac生效的终端查看
macos
iOS门童6 天前
macOS 应用"已损坏"无法打开?一文搞懂 Gatekeeper 与解决方案
macos
NPE~6 天前
[工具分享]Maccy —— 优雅的 macOS 剪贴板历史管理工具
macos·教程·工具·实用工具
差不多程序员6 天前
Mac安装OpenClaw-cn保姆级教程
macos
dzl843946 天前
mac 安装python
开发语言·python·macos
Bruce_Liuxiaowei6 天前
在 macOS 上通过 Docker 本地安装 OpenClaw 完整教程
macos·docker·容器·openclaw
阿捏利6 天前
详解Mach-O(十五)Mach-O __DATA_CONST
macos·ios·c/c++·mach-o
ShikiSuen6 天前
macOS 的 CpLk 中英切换卡顿的元凶在 InputMethodKit 本身
macos
xiayutian_c6 天前
如虎添翼-MacOS
macos