본문 바로가기
IT

[Octave] 옥타브 설치@m1 MacBook

by 블랙오닉스 2022. 3. 19.

0. Ref

http://wiki.octave.org/Octave_for_macOS#Package_Managers

 

Octave for macOS - Octave

On macOS systems GNU Octave can be installed by: macOS App Bundles "Octave.app" (a single dmg-file) macOS package managers. GNU Octave 6.4.0 is the current stable release. macOS App Bundles[edit] The Octave.app project provides an unofficial ready-to-use,

wiki.octave.org

1. 설치

번들?

https://github.com/octave-app/octave-app/releases

 

Releases · octave-app/octave-app

The Octave.app distribution. Contribute to octave-app/octave-app development by creating an account on GitHub.

github.com

=> dmg 다운로드 후 설치 => GUI로만 인식? => terminal에서 안보임

 

2. 홈브루

https://brew.sh

 

Homebrew

The Missing Package Manager for macOS (or Linux).

brew.sh

terminal에서 실행

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/opt/homebrew/bin/brew update
/opt/homebrew/bin/brew install octave

3. 실행

/opt/homebrew/Cellar/octave/6.4.0_2/bin/octave

'IT' 카테고리의 다른 글

[Virtual Machine] Bridged Network 문제 @VMware  (0) 2022.03.28
[PC] Linux 부팅 문제 @VirtualBox  (0) 2022.03.24
[개발환경] OhMyZsh 설치 @MacBook(M1)  (0) 2022.03.11
[WSL] VMware 문제  (0) 2022.02.20
[Linux] 개발 환경 @Windows 10  (0) 2022.02.20