Libcm: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) No edit summary |
Weibullguy (talk | contribs) mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 75: | Line 75: | ||
!Installed Libraries: | !Installed Libraries: | ||
|libcm.so, libcm.la, libcm.a | |libcm.so, libcm.la, libcm.a | ||
|} | |} | ||
| Line 87: | Line 84: | ||
|is a library of functions for compositing management. | |is a library of functions for compositing management. | ||
|} | |} | ||
[[Category:X Libs]] | |||
Latest revision as of 07: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. |
|---|