Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ruby-opengl 包,当我安装它时,编译器抱怨它找不到正确的头文件。我需要哪些 Ubuntu 软件包 (9.10) 才能完成这项工作?
libopengl-ruby1.8并且libopengl-ruby1.9自 Hardy (8.04) 以来都在 ubuntu 的宇宙存储库中。您是否有理由绝对必须从源代码编译?如果是这样,您可以尝试运行sudo aptitude build-dep libopengl-ruby1.9或sudo aptitude build-dep libopengl-ruby1.8. 那应该抓住你需要的包裹。
libopengl-ruby1.8
libopengl-ruby1.9
sudo aptitude build-dep libopengl-ruby1.9
sudo aptitude build-dep libopengl-ruby1.8