diff options
author | social reject <94141577+9xN@users.noreply.github.com> | 2022-02-13 21:58:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 04:58:51 +0000 |
commit | 7e3976785fde867a078c679b2d72dc5a2fbbaf2e (patch) | |
tree | 90102b3f3225ac1186f33cc1fb4e958a7077ee4f /README.md | |
parent | 179ff980e93b1e4f54127b474785b5f0dde3cdc1 (diff) | |
download | abaddon-portaudio-7e3976785fde867a078c679b2d72dc5a2fbbaf2e.tar.gz abaddon-portaudio-7e3976785fde867a078c679b2d72dc5a2fbbaf2e.zip |
Update README.md (#57)
include command to clone necessary submodules
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -43,9 +43,10 @@ Or, do steps 1 and 2, and open CMakeLists.txt in Visual Studio if `vcpkg integra #### Mac: 1. `git clone https://github.com/uowuo/abaddon && cd abaddon` 2. `brew install gtkmm3 nlohmann-json` -3. `mkdir build && cd build` -4. `cmake ..` -5. `make` +3. `git submodule update --init subprojects` +4. `mkdir build && cd build` +5. `cmake ..` +6. `make` #### Linux: 1. Install dependencies: `libgtkmm-3.0-dev`, `libcurl4-gnutls-dev`, and [nlohmann-json](https://github.com/nlohmann/json) |