From 179c1ee2038ec6d02051d6a7225458bf30509d41 Mon Sep 17 00:00:00 2001 From: Bradley Pierce Date: Wed, 17 Jan 2024 20:04:27 -0500 Subject: [PATCH] Refactor macos.md --- doc/compiling/macos.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/compiling/macos.md b/doc/compiling/macos.md index 34d6aa675..19afaf78a 100644 --- a/doc/compiling/macos.md +++ b/doc/compiling/macos.md @@ -2,14 +2,11 @@ ## Requirements -- [Homebrew](https://brew.sh/) -- [Git](https://git-scm.com/downloads) +* [Homebrew](https://brew.sh/)* [Git](https://git-scm.com/downloads) 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 jsoncpp leveldb libogg libpng libvorbis luajit zstd gettext ## Download @@ -48,4 +45,4 @@ codesign --force --deep -s - macos/minetest.app ``` open ./build/macos/minetest.app -``` +``` \ No newline at end of file