From d5c68eeb97a9baedc21a22bbfbf416d8bc6b9c29 Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Fri, 27 Feb 2026 13:23:35 +0100 Subject: [PATCH] Fix formatting in README for DGtal dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c9dfac7..baf7c16d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Actually the DGTal project is organized as follows: How to build the tools ====================== - use cmake tool to generate a build script (MakeFile, VS project,..) from the CMakeLists.txt - - DGtal must be installed in your system. Concerning DGtal dependencies (boost, Qt,...), all the dependencies used to compile your DGtal library must be present to build the DGtalTools. + - DGtal must be installed in your system. Concerning DGtal dependencies, all the dependencies used to compile your DGtal library must be present to build the DGtalTools.