![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
NAME SYNOPSIS DESCRIPTION OPTIONS GENERAL OPTIONS ENVIRONMENT VARIABLES EXAMPLES SEE AS WELL AUTHOR COPYRIGHT BUGS
"oyranos-config" 1 "September 23, 2020" "User Commands"
oyranos-config v0.9.7 - Config
oyranos-config -g=XPATH | -s=XPATH:VALUE | -l | –dump-db | -p [-v] [-z] [-n]
oyranos-config -d[=0|1] [-v]
oyranos-config –syscolordir | –usercolordir | –iccdirname | –settingsdirname | –cmmdir | –metadir [-v] [-z]
oyranos-config –Version | –api-version | –num-version | –git-version [-v]
oyranos-config | –cflags | –ldflags | –ldstaticflags | –sourcedir | –builddir [-v]
oyranos-config -b=SOURCE.c [–cflags] [–ldflags] [–install] [–install-prefix-name=NAME] [-v]
oyranos-config -X=json|json+command|man|markdown | -h[=synopsis|...] | -V | -R=gui|cli|web|... [-v]
The tool can read and set OpenICC DB options, and display paths and static information.
oyranos-config -g=XPATH | -s=XPATH:VALUE | -l | –dump-db | -p [-v] [-z] [-n]
Handle OpenICC DB configuration on low level.
| -g|–get=XPATH | Get a Value |
| -s|–set=XPATH:VALUE | Set a Value |
| -n|–native-update-event | Send native update event |
| -l|–list | List existing paths inside DB |
| –dump-db | Dump OpenICC DB |
| -p|–path | Show DB File |
oyranos-config -d[=0|1] [-v]
Will only work on command line.
| -d|–daemon[=0|1] | Watch DB changes
|
oyranos-config –syscolordir | –usercolordir | –iccdirname | –settingsdirname | –cmmdir | –metadir [-v] [-z]
Show statically configured and compiled in paths of Oyranos CMS.
| –syscolordir | Path to system main color directory |
| –usercolordir | Path to users main color directory |
| –iccdirname | ICC profile directory name |
| –settingsdirname | Oyranos settings directory name |
| –cmmdir | Oyranos CMM directory name |
| –metadir | Oyranos meta module directory name |
oyranos-config –Version | –api-version | –num-version | –git-version [-v]
Release Version follow of a Major(API|ABI)-Minor(Feature)-Micro(Patch|Bug Fix) scheme. For orientation in git the last release, commit number, SHA1 ID and Year-month-day parts are available.
| –Version | Show official version API|ABI-Feature-Patch|BugFix Release |
| –api-version | Show version of API |
| –num-version | Show version as a simple number 10000*API+100*Feature+Patch |
| –git-version | Show version as in git lastReleaseVersion-gitCommitNumber-gitCommitSHA1ID-Year-month-day |
oyranos-config | –cflags | –ldflags | –ldstaticflags | –sourcedir | –builddir [-v]
These strings can be used to compile programs.
| | | Project Name |
| –cflags | compiler flags |
| –ldflags | dynamic link flags |
| –ldstaticflags | static linking flags |
| –sourcedir | Oyranos local source directory name |
| –builddir | Oyranos local build directory name |
oyranos-config -b=SOURCE.c [–cflags] [–ldflags] [–install] [–install-prefix-name=NAME] [-v]
Install a module from source. Use the –cflags option to pass in compile flags and the –ldflags option to pass in link options for this module. Use ':' string separator for multiple –cflags and –ldflags options.
| -b|–build=SOURCE.c | build a module This option is for single file modules. |
| –install | install the module |
| –install-prefix-name=NAME | prepend to file name |
oyranos-config -X=json|json+command|man|markdown | -h[=synopsis|...] | -V | -R=gui|cli|web|... [-v]
| -h|–help[=synopsis|...] | Print help text Show usage information and hints for the tool.
| ||||||||||
| -X|–export=json|json+command|man|markdown | Export formated text Get UI converted into text formats
| ||||||||||
| -R|–render=gui|cli|web|... | Select Renderer Select and possibly configure Renderer. -R="gui" will just launch a graphical UI. -R="web:port=port_number:https_key=TLS_private_key_filename:https_cert=TLS_CA_certificate_filename:css=layout_filename.css" will launch a local Web Server, which listens on local port.
| ||||||||||
| -V|–version | Version | ||||||||||
| -z|–system-wide | System wide DB setting | ||||||||||
| -v|–verbose | verbose |
set the Oyranos debug level.
Alternatively the -v option can be used.
Valid integer range is from 1-20.
route Oyranos to additional directories containing modules.
oyranos-config -g org/freedesktop/openicc/behaviour/effect_switch
oyranos-config -s org/freedesktop/openicc/behaviour/effect_switch:1
oyranos-config -l -v
oyranos-config -d 1 -v > log-file.txt
cc oyranos-config --cflags myFile.c oyranos-config --ldflags -o myProg
oyranos-config –build=oyranos_cmm_lcm2.c –install –cflags=-fPIC:-fopenmp:-g:-O0 –ldflags=-lm:-llcms2
ls oyranos-config --syscolordir --iccdirname
oyranos-policy(1) oyranos-config-synnefo(1) oyranos(3)
https://gitlab.com/oyranos/oyranos
Kai-Uwe Behrmann https://gitlab.com/beku
© 2005-2024 Kai-Uwe Behrmann and others
newBSD https://gitlab.com/oyranos/oyranos
1.8.13