如何在 Ubuntu 上获取 OpenGL 手册页(如“man glRotate”)?
在 MacOSX 上,“man glRotate”会显示 glRotate 联机帮助页。
在 ubuntu 上,安装了 manpages-dev 和 manpages-posix-dev 后,“man glRotate”不会显示 glRotate 手册页(尽管我可以构建和编译 gl 应用程序)。
我缺少什么?我该如何设置?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
包含许多手册页,例如:
但不包含
man glRotate
。我认为这是因为不包含已弃用的即时 API。apt-file search glRotate
显示了一些点击,但它们似乎不是“官方的”。在 Ubuntu 16.04 上测试。
contains many man pages, e.g.:
but it does not contain
man glRotate
. I think this is because the deprecated immediate APIs are not included.apt-file search glRotate
shows a few hits, but they don't seem "official".Tested on Ubuntu 16.04.
将 Khronos OpenGL-Refpages 存储库 与 来自 PKGBUILD 脚本 ="https://www.archlinux.org/packages/extra/any/opengl-man-pages/" rel="nofollow noreferrer">Arch
opengl-man-pages
包。我必须在我的 Debian Stretch 盒子上安装一些额外的软件包来构建文档:
Combine the Khronos OpenGL-Refpages repository with the
PKGBUILD
script from the Archopengl-man-pages
package.I had to install some extra packages on my Debian Stretch box to build the documentation: