Oyranos (gr. sky):

    The Colour Management System (CMS) Oyranos allows the coordination of
    device specific Informations (ICC profiles) und system wide settings.


Internet:
    site: http://www.oyranos.org
    wiki: http://www.oyranos.org/wiki/index.php?title=Oyranos


Dependencies:
    Mandatory:
    libxml2 - http://www.xmlsoft.org/
    OpenICC-Data is needed with its default ICC profiles
    libXinerama, libXrandr, libXfixes and libXxf86vm for X11 support - www.x.org
    libXcm for X11 and Quarz monitor support - http://www.oyranos.org
    lcms and/or lcms2 for colour conversions - http://www.littlecms.com

    Optional:
    Elektra - http://www.libelektra.org
    FLTK (--enable-threads) is needed for the example Gui - http://www.fltk.org
    Xcalib a vcgt loader - http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/
    For the documentation use doxygen, graphviz and graphviz-gd packages.
    Doxygen v1.5.8 or higher is recommended - http://www.doxygen.org
    Qt for a nice observer utility - http://qt.nokia.com/
    CUPS for CUPS ICC configuration support - http://www.cups.org
    libraw for cameraRAW decoding - http://www.libraw.org
    SANE only with Oyranos SANE_CAP_COLOUR patch - http://www.sane-project.org/
    Cairo for a example - http://www.cairographics.org/

  Debian:
    locales
    build-essential
    libxml2-dev
    elektra-0.7.0 - included

    pkg-config
    gettext
    fltk1.1-dev (ubuntu8.10: libfltk1.1-dev)
    libpng12-dev
    liblcms1-dev
    libcairo2-dev
    x11proto-xf86vidmode-dev
    x11proto-xext-dev
    libxxf86vm-dev
    libxrandr-dev
    libxinerama-dev
    libxmu-dev
    libxpm-dev
    oyranos-0.1.10 can now be installed successfully.
    doxygen
    graphviz
    libxfixes-dev
    fluid

  optional:
    ICC Examin to build afterwards. oyranos-config-fltk uses the profile viewer.

  Fedora 13:
    git
    gcc-c++
    elektra-devel
    cups-devel
    sane-backends-devel
    lcms-devel
    openicc-data
    libxml2-devel
    libpng-devel
    libtiff-devel
    LibRaw-devel
    libXinerama-devel
    libXrandr-devel
    libXcm-devel
    fltk-devel
    gettext
    doxygen
    graphviz
  optional:
    cairo-devel
    libXmu-deve
    qt-devel
    netpbm-progs

Building:
    $ configure
    $ make
    $ make install


