1oyranos-config(3) Library Functions Manual oyranos-config(3)
2
3
4
6 oyranos-config - Oyranos CMS configuration query for builds and loca‐
7 tions
8
10 oyranos-config [--version --api-version --num-version
11 --cflags --ldflags --ldstaticflags
12 --syscolordir --usercolordir
13 --iccdirname --settingsdirname]
14
16 This script helps to obtain some basic static informations about the
17 Oyranos color management system (CMS), like version numbers, compile
18 flags and directories. Note: the Oyranos CMS provides even more dynamic
19 informations.
20
22 --version
23 get the release version of Oyranos CMS
24
25 --api-version
26 get the actual API version
27
28 --num-version
29 get the release version of Oyranos CMS in numerical form for
30 convenience
31
32 --cflags
33 compile flags for a C programm
34
35 --ldflags
36 linker flags for a C programm to link against the Oyranos
37 library
38
39 --ldstaticflags
40 linker flags for a C programm to link statically against the
41 Oyranos library
42
43 --syscolordir
44 get the systems CMS base directory name
45
46 --usercolordir
47 get the users CMS base directory name
48
49 --iccdirname
50 get the ICC profile subdirectory name
51
52 --settingsdirname
53 get the settings subdirectory name
54
55 --help a options summary
56
58 Compile a simple programm:
59 cc `oyranos-config --cflags` myFile.c `oyranos-config --ldflags`
60 -o myProg
61
62 Show system wide visible profiles from the Oyranos installation path:
63 ls `oyranos-config --syscolordir`/`oyranos-config --iccdirname`
64
66 Kai-Uwe Behrmann (ku.b (at) gmx.de)
67
69 oyranos-config-fltk(1) oyranos-policy(1) oyranos-monitor(1) oyranos(3)
70
72 at: http://sourceforge.net/tracker/?group_id=177017&atid=879553
73
74
75
76User Commands December 09, 2008 oyranos-config(3)