diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-28 03:27:04 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-28 03:27:04 +0200 |
commit | 728aaf6871e57a170bb194004a115548bdf6bb9a (patch) | |
tree | 428dba1cb240c74478492d8a5e7394fbb962b56f | |
parent | on installing (diff) | |
download | libgamma-728aaf6871e57a170bb194004a115548bdf6bb9a.tar.gz libgamma-728aaf6871e57a170bb194004a115548bdf6bb9a.tar.bz2 libgamma-728aaf6871e57a170bb194004a115548bdf6bb9a.tar.xz |
on linking
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | info/libgamma.texinfo | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index 191cf32..bcc3cd4 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -53,6 +53,7 @@ Texts. A copy of the license is included in the section entitled @menu * Overview:: Brief overview of @command{libgamma}. * Compiling:: Configuring, compiling and installing @command{libgamma}. +* Linking:: Linking your software to @command{libgamma}. * GNU Free Documentation License:: Copying and sharing this manual. @end menu @@ -361,6 +362,22 @@ Installs the DVI manual. +@node Linking +@chapter Linking + +When compiling your program use @command{libgamma}, +you will not need to do anything for the compiling +phase. But for the linking phase, will need to add +the option @option{-lgamma}. +Currently @command{libgamma}, does not provide +an pkgconfig file. + +Keep in mind that @command{libgamma} is GNU General +Public License version 3 software for your freedom +and for the freedom of all. + + + @node GNU Free Documentation License @appendix GNU Free Documentation License @include fdl.texinfo |