Colord-0.1.19
Installation of Colord
Install Colord by running the
following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/colord \
--localstatedir=/var \
--disable-static &&
make
To test the results, issue: make
check.
Now, as the root user:
make install
Command Explanations
--disable-static: This switch prevents
installation of static versions of the libraries.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Contents
Installed Programs:
cd-create-profile, cd-fix-profile,
colord, colord-sane and colormgr
Installed Librariy:
libcolord.so
Installed Directories:
/usr/include/colord-1, /usr/lib/colord,
/usr/lib/colord-sensors, /usr/share/color,
/usr/share/gtk-doc/html/colord and /var/lib/colord
Short Descriptions
|
cd-create-profile
|
is a Color Manager Profile Creation Tool.
|
|
cd-fix-profile
|
is a tool used to fix metadata in ICC profiles.
|
|
colord
|
is the Color Daemon.
|
|
colormgr
|
is a text-mode program that allows you to interact with
colord on the command line.
|
|
libcolord.so
|
contains the Colord API
functions.
|
Last updated on 2012-05-24 02:48:38 +0000