From 6952bab51993df33c59b0987799d19590f9ba854 Mon Sep 17 00:00:00 2001 From: ShadowRoi <105967373+ShadowRoi@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:31:24 +0200 Subject: [PATCH] Mark jpeg-turbo as the default library for compiling in macOS --- doc/compiling/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/compiling/macos.md b/doc/compiling/macos.md index 34d6aa675..bea40f6ef 100644 --- a/doc/compiling/macos.md +++ b/doc/compiling/macos.md @@ -8,7 +8,7 @@ Install dependencies with homebrew: ``` -brew install cmake freetype gettext gmp hiredis jpeg jsoncpp leveldb libogg libpng libvorbis luajit zstd gettext +brew install cmake freetype gettext gmp hiredis jpeg-turbo jsoncpp leveldb libogg libpng libvorbis luajit zstd gettext ``` ## Download