在Debian Buster下,我刚刚安装了octave 4.4.1(4.4.1-2+b1),但是qt(OpenGL)图形工具包不可用:
octave:2> name=graphics_toolkit()
name = gnuplot
octave:3> available_graphics_toolkits
ans =
{
[1,1] = gnuplot
}
octave:1> octave_config_info().QT_LIBS
warning: octave_config_info is obsolete and will be removed from a future version of Octave, please use __have_feature__ or __octave_config_info__ instead.
warning: called from
octave_config_info at line 43 column 5
ans = -lQt5Network -lQt5OpenGL -lQt5PrintSupport -lQt5Help -lQt5Widgets -lQt5Gui -lQt5Sql -lQt5Core -lqscintilla2_qt5
阅读升级信息,我发现没有提到 qt 被删除。我应该尝试从源代码编译 octave 吗?如果是这样,谁能指出我的清单或所需的包裹?