Difference between revisions of "Libcm"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://ftp.acc.umu.se/pub/GNOME/sources/libcm/0.1/libcm-0.1.1.tar.bz2 |} ---- == Dependencies == === Req...) |
Weibullguy (talk | contribs) m |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://ftp.acc.umu.se/pub/GNOME/sources/libcm/ | + | | http://ftp.acc.umu.se/pub/GNOME/sources/libcm/{{Libcm-Version2}}/libcm-{{Libcm-Version}}.tar.bz2 |
|} | |} | ||
---- | ---- | ||
+ | |||
+ | {{Package-Introduction|libcm is a compositing manager library.|http://www.gnome.org/}} | ||
== Dependencies == | == Dependencies == | ||
Line 27: | 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 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. |
---|