我用自制软件安装了八度音程。
我打电话的时候
octave --force-gui
我收到错误:
八度:此构建中缺少或禁用GUI功能
问: 如何使它在GUI模式下工作?
我也试过了
brew reinstall octave --with-qt --with-fltk --with-gui
喜欢它的建议 这个帖子 ,但它没有帮助。
这是一些调试信息:
$brew info octave
octave: stable 4.4.0 (bottled), HEAD
High-level interpreted language for numerical computing
https://www.gnu.org/software/octave/index.html
/usr/local/Cellar/octave/4.4.0 (2,173 files, 45.4MB) *
Poured from bottle on 2018-05-10 at 18:11:38
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/octave.rb
==> Dependencies
Build: gnu-sed ✘, pkg-config ✘
Required: arpack ✔, epstool ✔, fftw ✔, fig2dev ✔, fltk ✔, fontconfig ✔, freetype ✔, gcc ✔, ghostscript ✔, gl2ps ✔, glpk ✔, gnuplot ✔, graphicsmagick ✔, hdf5 ✔, libsndfile ✔, libtool ✔, pcre ✔, portaudio ✔, pstoedit ✔, qhull ✔, qrupdate ✔, readline ✔, suite-sparse ✔, veclibfort ✔
==> Requirements
Build: java >= 1.6 ✔
==> Options
--HEAD
Install HEAD version
你有没有尝试使用MacPorts我的答案? MacPorts类似于Homebrew。它是专门针对Mac的软件包管理器。如果它不起作用,请告诉我。谢谢。
—
jmh
@jmh我投了你的解决方案,虽然我没有验证它,因为我不想再为一个应用程序安装一个包管理器。
—
Oleksandr Shpota