From 14bda16afccb5de17fe5aeb4dbd8e6b829a94043 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Thu, 12 Sep 2024 16:04:26 +0200 Subject: Added brief section on building for macOS with multiple users --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0db38387f..a6d4cb2c4 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,17 @@ xmake config -y --mode=debug xmake build ``` +### Multi-user scenarios +Complications can arise in situations where hardware is shared between two or +more users. To mitigate this a local version of `brew` can be used as follows; +``` +git clone https://github.com/Homebrew/brew.git ~/zen/brew +export PATH=~/zen/brew/bin:$PATH +brew tap +brew install xmake +brew install pkgconfig +``` + # Implementation Notes * The implementation currently depends only on a few libraries including the C++ standard library -- cgit v1.2.3