diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-09-15 20:20:36 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-09-15 20:20:36 -0400 |
commit | ebfcfad2285ec6100035229ede60315079fb94a2 (patch) | |
tree | e7812da4a441d1757e3117e6a92bb20786d97de8 /README.md | |
parent | e37ef9c7bdb3e31c5d02cf71056f7cf8a3e2334f (diff) | |
parent | 5288694563f84e269802df14733ae8c7a7fc6901 (diff) | |
download | abaddon-portaudio-ebfcfad2285ec6100035229ede60315079fb94a2.tar.gz abaddon-portaudio-ebfcfad2285ec6100035229ede60315079fb94a2.zip |
Merge branch 'master' into member-list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -64,6 +64,7 @@ the result of fundamental issues with Discord's thread implementation. 3. `mkdir build && cd build` 4. `cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo ..` 5. `ninja` +6. [Copy resources](#resources) #### Mac: @@ -72,6 +73,8 @@ the result of fundamental issues with Discord's thread implementation. 3. `mkdir build && cd build` 4. `cmake ..` 5. `make` +6. [Copy resources](#resources) + #### Linux: @@ -94,6 +97,7 @@ the result of fundamental issues with Discord's thread implementation. 3. `mkdir build && cd build` 4. `cmake ..` 5. `make` +6. [Copy resources](#resources) ### Downloads: |