Skip to content

Commit

Permalink
[doc] fix nested bullet list in INSTALL.md
Browse files Browse the repository at this point in the history
Only * - + are allowed for bullet lists
  • Loading branch information
simogasp authored Sep 15, 2018
1 parent c7fbc4a commit 3d38afc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Installation/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,47 +70,47 @@ CGAL packages, some are only needed for demos.
* Numerical Libraries
- EIGEN (>=3.1)
Required by the packages:
o Estimation of Local Differential Properties of Point-Sampled Surfaces
o Approximation of Ridges and Umbilics on Triangulated Surface Meshes
o Planar Parameterization of Triangulated Surface Meshes
o Surface Reconstruction from Point Sets
* Estimation of Local Differential Properties of Point-Sampled Surfaces
* Approximation of Ridges and Umbilics on Triangulated Surface Meshes
* Planar Parameterization of Triangulated Surface Meshes
* Surface Reconstruction from Point Sets
http://eigen.tuxfamily.org

- BLAS, LAPACK, ATLAS
Required by the packages (if EIGEN is not available):
o Estimation of Local Differential Properties of Point-Sampled Surfaces
o Approximation of Ridges and Umbilics on Triangulated Surface Meshes
o Planar Parameterization of Triangulated Surface Meshes
* Estimation of Local Differential Properties of Point-Sampled Surfaces
* Approximation of Ridges and Umbilics on Triangulated Surface Meshes
* Planar Parameterization of Triangulated Surface Meshes
http://www.netlib.org/blas/, http://www.netlib.org/lapack/
or precompiled version that can be downloaded with CGAL-x.y-Setup.exe

- MPFI
Required by the package:
o Algebraic Kernel
* Algebraic Kernel
https://gforge.inria.fr/projects/mpfi/
(or shipped with RS http://vegas.loria.fr/rs/)

- RS (root isolation)
Required by the package:
o Algebraic Kernel
* Algebraic Kernel
http://vegas.loria.fr/rs/

- NTL (Number Type Theory)
Optional for the packages:
o Polynomial
o Algebraic Kernel
* Polynomial
* Algebraic Kernel
http://www.shoup.net/ntl/

* Miscellaneous

- zlib
Optional for the package:
o Surface Mesh Generator can read compressed images directly
* Surface Mesh Generator can read compressed images directly
http://www.zlib.net/

- ESBTL
Optional to read PDB files:
o Import data from a PDB file as CGAL points or weighted points.
* Import data from a PDB file as CGAL points or weighted points.
An example is given in package Skin_surface (see example skin_surface_pdb_reader.cpp)
http://esbtl.sourceforge.net/

Expand Down

0 comments on commit 3d38afc

Please sign in to comment.