diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-08-24 05:43:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 05:43:29 +0000 |
commit | b36cfdd46e2d97f91f75bfb4b002f80987179f41 (patch) | |
tree | e8b6c39ef7e9a66b2f95ba5c6c7fd5324fd45480 | |
parent | 9fba92be90e742dc6de224bbfb2f725aac9314c4 (diff) | |
parent | 0e5bccaad10325877c39c3721a8c0c2199fbc43f (diff) | |
download | abaddon-portaudio-b36cfdd46e2d97f91f75bfb4b002f80987179f41.tar.gz abaddon-portaudio-b36cfdd46e2d97f91f75bfb4b002f80987179f41.zip |
Merge pull request #210 from TheMorc/adwaitareadme
suggest installing adwaita-icon-theme to get icons in the client on macOS
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ the result of fundamental issues with Discord's thread implementation. #### Mac: 1. `git clone https://github.com/uowuo/abaddon --recurse-submodules="subprojects" && cd abaddon` -2. `brew install gtkmm3 nlohmann-json libhandy opus libsodium spdlog` +2. `brew install gtkmm3 nlohmann-json libhandy opus libsodium spdlog adwaita-icon-theme` 3. `mkdir build && cd build` 4. `cmake ..` 5. `make` |