From bcf09288f064fbcd697d14d586be483f7dafbcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 29 Oct 2019 11:24:39 +0100 Subject: [PATCH] Fix examples.zip link --- Documentation/doc/Documentation/Usage.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/doc/Documentation/Usage.txt b/Documentation/doc/Documentation/Usage.txt index daf1643f4df..30b3627f683 100644 --- a/Documentation/doc/Documentation/Usage.txt +++ b/Documentation/doc/Documentation/Usage.txt @@ -9,8 +9,8 @@ However, some dependencies of \cgal might still need to be installed. \section usage_introduction Quick Start: Compiling a Program using CGAL Assuming that you have obtained \cgal through one of the package managers offering \cgal on your platform -(see Section \ref secgettingcgal), you can download \cgal examples -CGAL-\cgalReleaseNumber-examples.tar.xz +(see Section \ref secgettingcgal), you can download \cgal examples ( +CGAL-\cgalReleaseNumber-examples.tar.xz) and the compilation of an example is as simple as: cd $HOME/CGAL-\cgalReleaseNumber/examples/Triangulation_2 # go to an example directory @@ -50,7 +50,8 @@ You may also download the sources of \cgal directly, but it is then your respons acquire these dependencies. The examples and demos of \cgal are not included when you install \cgal with a package manager, -and must be downloaded here. +and must be downloaded +here. \subsection secusingpkgman Using a Package Manager