Difference between revisions of "Libcm"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
|||
Line 84: | 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 |
---|
Contents
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. |
---|