diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2021-08-04 13:22:23 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-04 13:54:08 +0100 |
commit | 31e3b3028bd4d518656013371c3808aeb6857392 (patch) | |
tree | c0abc31c2153b70b197b0f92d049c52bf253d87c /Documentation | |
parent | d2379dfe964548024e4b574b3dcb7e17351cb4ba (diff) | |
download | serenity-31e3b3028bd4d518656013371c3808aeb6857392.zip |
Documentation: Add ImageMagick as dependency for macOS
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructionsMacOS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructionsMacOS.md b/Documentation/BuildInstructionsMacOS.md index 7f39640330..e49ed170e9 100644 --- a/Documentation/BuildInstructionsMacOS.md +++ b/Documentation/BuildInstructionsMacOS.md @@ -8,7 +8,7 @@ Make sure you also have all the following dependencies installed: ```console # core -brew install coreutils e2fsprogs qemu bash gcc@10 ninja cmake ccache rsync +brew install coreutils e2fsprogs qemu bash gcc@10 imagemagick ninja cmake ccache rsync # (option 1) fuse + ext2 brew install m4 autoconf automake libtool |