From 57dd41dd127e358630f183d3a5c29b3751bd271d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sun, 27 Mar 2022 19:46:47 +0200 Subject: [PATCH] Add leftover homebrew dependencies --- dev/buildguide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/buildguide.rst b/dev/buildguide.rst index d240c2d..c6ff00d 100644 --- a/dev/buildguide.rst +++ b/dev/buildguide.rst @@ -130,7 +130,7 @@ macOS (Homebrew) .. code-block:: bash - $ brew install freetype sdl2 libpng openal-soft rtmidi faudio qt@5 + $ brew install cmake ninja pkg-config freetype sdl2 libpng openal-soft rtmidi faudio qt@5 Building -------- @@ -170,4 +170,4 @@ Building 86Box can generally be condensed to the following steps: The emulator file should then be copied into a ``bin`` directory in the specified location. - Appending the ``--strip`` parameter will also strip debug symbols from the executable in the process. \ No newline at end of file + Appending the ``--strip`` parameter will also strip debug symbols from the executable in the process.