diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |