よくあるご質問と回答 / wxmaxima のインストール

コマンドラインで実行します。

homebrewのインストール

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

maxima , wxmaxima , gnuplot をインストールします。

brew install maxima wxmaxima gnuplot

wxmaximaの設定
フォント関連のエラーが出るため対応作業
intel mac の場合

cd /usr/local/share/wx Maxima/fonts/
cp -a * ~/Library/Fonts
mkdir org
mv * org

m1 mac の場合

cd /opt/homebrew/share/wxMaxima/fonts
cp -a * ~/Library/Fonts
mkdir org
mv * org

wxmaximaの起動

wxmaxima

Posted in: mac OS(旧 OS X)

Permanent link to this article: https://itc.hirosaki-u.ac.jp/faqs/mac-wxmaxima