logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libotf-config - Print compile and link options of the otf library

Author

       Harshula Jayasuriya <harshula@debian.org>

Description

       The shell script libotf-config prints compile and link options for a program that uses the otf library.

       The arguments are as follows:

       --cflags
               Print compile option (e.g. -I/usr/local/include)

       --libs
               Print link option (e.g. -L/usr/local/lib -lotf)

       --version
               Print version number of the otf library.

Name

       libotf-config - Print compile and link options of the otf library

Synopsis

libotf-config [ --cflags | --libs | --version ]

See Also