Libcm: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
---- | ---- | ||
{{ | {{Package-Introduction|libcm is a compositing manager library.|http://www.gnome.org/}} | ||
== Dependencies == | == Dependencies == | ||
| Line 29: | Line 29: | ||
=== 32Bit === | === 32Bit === | ||
Compile the package: | |||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=/usr && | |||
make | |||
Install the package: | |||
make install | |||
=== N32 === | === N32 === | ||
Compile the package: | |||
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib32 && | |||
make | |||
Install the package: | |||
make install | |||
=== 64Bit === | === 64Bit === | ||
Compile the package: | |||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | |||
./configure --prefix=/usr --libdir=/usr/lib64 && | |||
make | |||
Install the package: | |||
make install | |||
== Contents == | |||
{|style="text-align: left" | |||
|-valign="top" | |||
!Installed Directories: | |||
|/usr/include/cm | |||
|-valign="top" | |||
!Installed Programs: | |||
|None | |||
|-valign="top" | |||
!Installed Libraries: | |||
|libcm.so, libcm.la, libcm.a | |||
|} | |||
=== Short Descriptions === | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
!libcm.{so,la,a} | |||
|is a library of functions for compositing management. | |||
|} | |||
[[Category:X Libs]] | |||
Latest revision as of 08:24, 12 April 2009
| Download Source: | http://ftp.acc.umu.se/pub/GNOME/sources/libcm/0.1/libcm-0.1.1.tar.bz2 |
|---|
Introduction to Libcm
libcm is a compositing manager library.
Project Homepage: http://www.gnome.org/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install
Contents
| Installed Directories: | /usr/include/cm |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | libcm.so, libcm.la, libcm.a |
Short Descriptions
| libcm.{so,la,a} | is a library of functions for compositing management. |
|---|