Man Linux: Main Page and Category List

NAME

       regina-engine-config  -  get information about the installed version of
       Regina

SYNOPSIS

       regina-engine-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version]
       [--libs] [--cflags]

DESCRIPTION

       regina-engine-config  is  used  to  determine which compiler and linker
       flags should be  used  with  programs  that  wish  to  incorporate  the
       mathematical  engine of Regina.  This engine is provided by the library
       libregina-engine.so.

       Regina is a topological calculator with a bent towards  normal  surface
       theory.   It allows 3-manifolds to be created and manipulated and their
       properties of interest to be determined.

OPTIONS

       regina-engine-config accepts the following options.

       --prefix=DIR
              If specified, use DIR instead of the  installation  prefix  that
              Regina was built with when computing the output for the --cflags
              and --libs options. This option is also used for the exec prefix
              if   --exec-prefix  is  not  specified.   This  option  must  be
              specified before any --libs or --cflags options.  If no  DIR  is
              specified  then  the current installation prefix will be written
              to standard output.

       --exec-prefix=DIR
              If specified, use DIR instead of the  installation  exec  prefix
              that  Regina  was  built  with when computing the output for the
              --cflags and --libs options.   This  option  must  be  specified
              before  any  --libs or --cflags options.  If no DIR is specified
              then the current installation exec prefix  will  be  written  to
              standard output.

       --version
              Print the currently installed version of Regina.

       --libs Print  the  linker  flags  that  are necessary to link a program
              against the Regina calculation engine.

       --cflags
              Print the compiler flags that are necessary to compile a program
              that uses the Regina calculation engine.

SEE ALSO

       Regina  includes  a  detailed  users’  handbook,  which may be accessed
       through the KDE Help Centre or through Regina’s help menu.

       Supporting  data  along  with  further  information  can  be  found  at
       http://regina.sourceforge.net/ .

AUTHOR

       Regina  was  written  by  Ben  Burton  <bab@debian.org>  with help from
       others, and is licensed under the GNU General Public License.  See  the
       users’ handbook for full details.

       This script regina-engine-config and its manual page were modified from
       gtk-config, which contains the following notice:

              Copyright ©  1998 Owen Taylor

              Permission to use, copy, modify, and  distribute  this  software
              and  its documentation for any purpose and without fee is hereby
              granted, provided that the above copyright notice appear in  all
              copies  and  that both that copyright notice and this permission
              notice appear in supporting documentation.

       Note that the permission statement above applies only to regina-engine-
       config, and not to Regina as a whole.

                               December 2, 2004