Installation
Oyranos depends on following libraries:
Optional:
-
FLTK version >= 1.1.4 needed for a user interface
you may configure fltk with several options enabled
–enable-threads is needed for threads support (in ICC Examin)
–enable-xft is ok for antialiased fonts
–enable-debug is generally a good choice
–enable-shared is sometimes a good choice for smaller executables
-
Xcalib for loading a given VideoCardGammaTag from profile to a running XFree86/Xorg session (optionally)
For building unpack the tgz file and type: make; make install.
Optionally you can specifiy an other than the default prefix /opt/local by typing:
configure.sh –prefix=/what/you/like
make
make install (optionally)