From 6f3c47e9731e90f80485d972de6e8c6ad9f67e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levallois?= Date: Fri, 9 Apr 2021 22:21:33 +0200 Subject: [PATCH] [Documentation] Update the brew command for macOS --- ChangeLog.md | 2 ++ src/DGtal/doc/moduleBuildDGtal.dox | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a1455ef7b8..afad78af65 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -52,6 +52,8 @@ - *Documentation* - Removing collaboration graphs in doxygen. Fixing doxygen warnings (David Coeurjolly, [#1537](https://github.com/DGtal-team/DGtal/pull/1537)) + - Fixing the homebrew command for building on macOS (Jérémy Levallois, + [#1560](https://github.com/DGtal-team/DGtal/pull/1560)) - *IO* - Removing the default grey background and raising an error if CAIRO has not between diff --git a/src/DGtal/doc/moduleBuildDGtal.dox b/src/DGtal/doc/moduleBuildDGtal.dox index 81bd9ec817..f605b5dc26 100644 --- a/src/DGtal/doc/moduleBuildDGtal.dox +++ b/src/DGtal/doc/moduleBuildDGtal.dox @@ -98,9 +98,10 @@ Then, since recent Mac OS systems are unix-like operating systems, the easiest way to compile DGtal with cmake/make is to follow Linux-based instructions from source code archive. -If you use Homebrew -package manager on Mac, DGtal is available in the package repository: +If you use Homebrew package manager on Mac, +DGtal is available in the package repository: @code +brew tap DGtal-team/DGtal brew install dgtal @endcode and to get build options: