|
尝试写一点opengl的东西
emerge mesa的时候出现这样的提示:
- Calculating dependencies
- !!! All ebuilds that could satisfy "mesa" have been masked.
- !!! One of the following masked packages is required to complete your request:
- - media-libs/mesa-3.5 (masked by: package.mask)
- # Only use the mesa and mesa-glu provided with x11-base/xfree,
- # as the external ones gives problems in most cases with DRI/DRM.
- # Nvidia users do not use it anyhow, and tdfx users report that
- # it works fine with the mesa included with xfree. If you do
- # unmask these, make sure that you know what you are doing, and
- # know that if anything breaks, then you get to keep the pieces.
- #
- # azarah (26 May 2002)
- For more information, see MASKED PACKAGES section in the emerge man page or
- section 2.2 "Software Availability" in the Gentoo Handbook.
复制代码
看qt的文档,说似乎已经装过mesa了,但是我却没有找到这个东西。
原来是glut |
|