From e0b4acee120d2319005fb2ee3457dcd81f5dcd7f Mon Sep 17 00:00:00 2001 From: Connor Gibson Date: Wed, 29 Jan 2025 12:38:47 -0800 Subject: [PATCH] build: Updated macOS compile instructions as Brewfile has moved (#2093) ### Problem description Brewfile has moved from `dist/Brewfile` to `dist/macOS/Brewfile`. ### Implementation description Updated build instructions to reflect this previous change ### Screenshots N/A ### Additional things N/A --- dist/compiling/macos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/compiling/macos.md b/dist/compiling/macos.md index 45358f4d4..c8122a62e 100644 --- a/dist/compiling/macos.md +++ b/dist/compiling/macos.md @@ -3,7 +3,7 @@ On macOS, ImHex is built through regular GCC and LLVM clang. 1. Clone the repo using `git clone https://github.com/WerWolv/ImHex --recurse-submodules` -2. Install all the dependencies using `brew bundle --no-lock --file dist/Brewfile` +2. Install all the dependencies using `brew bundle --no-lock --file dist/macOS/Brewfile` 3. Build ImHex itself using the following commands: ```sh cd ImHex @@ -19,4 +19,4 @@ cmake -G "Ninja" \ -DIMHEX_GENERATE_PACKAGE=ON \ .. ninja install -``` \ No newline at end of file +```