Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Update the brew command for macOS #1560

Merged
merged 1 commit into from
Apr 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions src/DGtal/doc/moduleBuildDGtal.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://mxcl.github.com/homebrew/">Homebrew</a>
package manager on Mac, DGtal is available in the package repository:
If you use <a href="https://brew.sh">Homebrew</a> 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:
Expand Down