This file is indexed.

/usr/share/doc/libcgal11v5/README.Debian is in libcgal11v5 4.7-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
README.Debian
-------------

The homepage of CGAL (http://www.cgal.org/) offers more information about
CGAL. In particular, a mailing list and the documentation for the library
(online and offline) are available. The authors ask you to give some
feedback about your usage of CGAL in a short questionnaire (in the "Support"
section).


Documentation
-------------

Note that the CGAL documentation cannot be packaged for Debian due to
unclear license conditions. The complete documentation (online and offline)
is available at http://www.cgal.org/.


Demos and examples
------------------

Tarballs with demos and examples can be found in /usr/share/doc/libcgal-demo.
Extract the tarballs somewhere and call "cmake ." to configure the
demos/examples. Call "make" to build them, either in the top-level directory
to build all demos/examples (which takes some time and needs quite some disk
space), or in the subdirectory of the desired demo/exmaple. The cmake option
-DCMAKE_VERBOSE_MAKEFILE=ON is useful to generate verbose makefiles that show
each executed command.


Support for MPFI and NTL
------------------------

Support for MPFI and NTL is not enabled in the default configuration. The
support can be manually enabled by defining the macros CGAL_USE_MPFI and
CGAL_USE_NTL and linking with -lmpfi and -lntl, respectively.

 -- Joachim Reichel <reichel@debian.org>  Mon, 19 Oct 2015 18:59:58 +0200