Difference between revisions of "Xorg7/MesaLib"

From CBLFS
Jump to navigationJump to search
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
 +
|-
 
| http://umn.dl.sourceforge.net/sourceforge/mesa3d/MesaLib-6.5.tar.bz2
 
| http://umn.dl.sourceforge.net/sourceforge/mesa3d/MesaLib-6.5.tar.bz2
 +
|-
 +
| http://umn.dl.sourceforge.net/sourceforge/mesa3d/MesaDemos-6.5.tar.bz2
 +
|-
 +
| http://umn.dl.sourceforge.net/sourceforge/mesa3d/MesaGLUT-6.5.tar.bz2
 +
|-
 +
!Download Patch:
 +
|-
 +
| http://dev.gentoo.org/~dberkholz/xorg-x11/redhat/mesa-6.5-4/mesa-6.5-drop-static-inline.patch
 
|-
 
|-
 
|}
 
|}
  
 
Back to [[Xorg7/libdrm|libdrm]]
 
Back to [[Xorg7/libdrm|libdrm]]
 +
 +
=MesaLib=
 +
 +
Mesa is an OpenGL compatible 3D library.  Three packages are available.
 +
 +
* MesaLib - the main Mesa library source code, drivers and documentation.
 +
* MesaDemos - OpenGL demonstration and test programs. Most of the programs require GLUT.
 +
* MesaGLUT - provides a working libglut.
 +
 +
If you're not interested in running the demos, you'll only need the first package.  However, if you choose to install the demos, extract all three tarballs from the same toplevel directory. All three will extract to the Mesa-6.5 directory.
 +
 +
==Dependencies==
 +
 +
===Required===
 +
 +
* Xorg [[Xorg7/Libraries|Libraries]]
 +
* Xorg [[Xorg7/Utilities|Utilities]]
 +
* [[Xorg7/libdrm|libdrm]] >= 2.0.1
 +
 +
==Non-Multilib==
 +
 +
==Multilib==
 +
 +
===32-bit===
 +
 +
===N32===
 +
 +
===64-bit===
 +
 +
  
  
 
Forward to [[Xorg7/xbitmaps|xbitmaps]]
 
Forward to [[Xorg7/xbitmaps|xbitmaps]]

Revision as of 06:50, 22 September 2006

Download Source:
http://umn.dl.sourceforge.net/sourceforge/mesa3d/MesaLib-6.5.tar.bz2
http://umn.dl.sourceforge.net/sourceforge/mesa3d/MesaDemos-6.5.tar.bz2
http://umn.dl.sourceforge.net/sourceforge/mesa3d/MesaGLUT-6.5.tar.bz2
Download Patch:
http://dev.gentoo.org/~dberkholz/xorg-x11/redhat/mesa-6.5-4/mesa-6.5-drop-static-inline.patch

Back to libdrm

MesaLib

Mesa is an OpenGL compatible 3D library. Three packages are available.

  • MesaLib - the main Mesa library source code, drivers and documentation.
  • MesaDemos - OpenGL demonstration and test programs. Most of the programs require GLUT.
  • MesaGLUT - provides a working libglut.

If you're not interested in running the demos, you'll only need the first package. However, if you choose to install the demos, extract all three tarballs from the same toplevel directory. All three will extract to the Mesa-6.5 directory.

Dependencies

Required

Non-Multilib

Multilib

32-bit

N32

64-bit

Forward to xbitmaps