aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-03-21 15:32:23 +0000
committerGitHub <noreply@github.com>2021-03-21 15:32:23 +0000
commit6b431a6664e6eb040729c648cffc5e31f655bbcf (patch)
treeb2b98e9c8a088a73eef4d18b2792f6f989bd99c7 /README.md
parentf7347b1f7ac71d11bf48d9e98a79a41aece669c9 (diff)
Allow bundling libraries on macOS (#1013)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 147d3ee..63f25d4 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,7 @@ If everything went well, melonDS should now be in the `dist` folder.
```
4. Compile:
```zsh
+ export PKG_CONFIG_PATH="$(brew --prefix libarchive)/lib/pkgconfig"
cmake .. -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5
make -j$(sysctl -n hw.ncpu)
mkdir dist && cp -r melonDS.app dist