gnome-color-manager-3.12.3
Installation of GNOME Color Manager
Install GNOME Color Manager by
running the following commands:
sed -i "/\tman/d" Makefile.in &&
./configure --prefix=/usr --disable-packagekit &&
make
This package does not come with a test suite.
make install
Command Explanations
sed -i "/\tman/d"
Makefile.in: This sed prevents man pages from being
built even if DocBook-utils-0.6.14 package is
present. Building man pages is currently broken.
--disable-packagekit
: This
switch disables use of PackageKit which isn't suitable for BLFS.
Contents
Installed Programs:
gcm-calibrate, gcm-import, gcm-inspect,
gcm-picker, and gcm-viewer
Installed Libraries:
None
Installed Directories:
/usr/share/gnome-color-manager and
/usr/share/help/*/gnome-color-manager
Short Descriptions
gcm-calibrate
|
is the GCM calibrator tool.
|
gcm-import
|
allows you to import ICC profiles supplied by vendors.
|
gcm-inspect
|
allows you to inspect your session color-management
settings.
|
gcm-picker
|
allows you to pick spot colors for use by an attached
colorimeter.
|
gcm-viewer
|
allows you to view properties of ICC profiles.
|
Last updated on 2014-08-25 18:22:00 -0700