Glitz: Difference between revisions
From CBLFS
Jump to navigationJump to search
I added the template for the package description and "Contents" sections. |
No edit summary |
||
| Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
| http://cairographics.org/snapshots/glitz- | | http://cairographics.org/snapshots/glitz-{{Glitz-Version}}.tar.gz | ||
|} | |} | ||
| Line 14: | Line 14: | ||
===Optional=== | ===Optional=== | ||
* [[X Window System]] for GLX backend. | * [[X Window System]] for GLX backend. | ||
* [[Xorg7/MesaLib|MesaLib]] or other package providing OpenGL libraries for GLX backend. | * [[Xorg7/MesaLib|MesaLib]] or other package providing OpenGL libraries for GLX backend. | ||
== Configuration Information == | |||
To use AGL, EGL, or WGL backends add the appropriate option for configure. | |||
--enable-agl | |||
--enable-egl | |||
--enable-wgl | |||
== Non-Multilib == | == Non-Multilib == | ||
| Line 22: | Line 29: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/usr && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
== Multilib == | == Multilib == | ||
| Line 41: | Line 42: | ||
Compile the package: | Compile the package: | ||
PKG_CONFIG_PATH=$PKG_CONFIG_PATH32 CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
=== N32 === | === N32 === | ||
Compile the package: | Compile the package: | ||
PKG_CONFIG_PATH=$PKG_CONFIG_PATHN32 CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib32 && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
=== 64Bit === | === 64Bit === | ||
| Line 65: | Line 66: | ||
Compile the package: | Compile the package: | ||
PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib64 && | |||
make | |||
Install the package: | Install the package: | ||
make install | |||
==Contents== | ==Contents== | ||
Revision as of 11:59, 17 December 2006
| Download Source: | http://cairographics.org/snapshots/glitz-0.5.6.tar.gz |
|---|
Introduction to Glitz
<Package Description Needed>
Dependencies
Optional
- X Window System for GLX backend.
- MesaLib or other package providing OpenGL libraries for GLX backend.
Configuration Information
To use AGL, EGL, or WGL backends add the appropriate option for configure.
--enable-agl --enable-egl --enable-wgl
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Compile the package:
PKG_CONFIG_PATH=$PKG_CONFIG_PATH32 CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
./configure --prefix=/usr --libdir=/usr/lib &&
make
Install the package:
make install
N32
Compile the package:
PKG_CONFIG_PATH=$PKG_CONFIG_PATHN32 CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Programs: | None? |
|---|---|
| Installed Libraries: | libglitz.so, libglitz-glx.so |
| Installed Directories: | None? |
Short Descriptions
| libglitz.so | ??? |
|---|---|
| libglitz-glx.so | ??? |