diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-18 01:35:27 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-01-18 01:35:27 -0500 |
commit | 5d1db982cbbb375427b9c4475d5e347c5702b6df (patch) | |
tree | ab8b46c0b32fc240b0b45ffa117bf85b2c7c4844 /README.md | |
parent | 42252aa6aa1450f8d1b3b2b134eae8c96c58442f (diff) | |
download | abaddon-portaudio-5d1db982cbbb375427b9c4475d5e347c5702b6df.tar.gz abaddon-portaudio-5d1db982cbbb375427b9c4475d5e347c5702b6df.zip |
fix readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ Or, do steps 1 and 2, and open CMakeLists.txt in Visual Studio if `vcpkg integra ### Downloads (from CI): - Windows: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-windows-RelWithDebInfo.zip) - MacOS: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-macos-RelWithDebInfo.zip) unsigned, unpackaged, requires gtkmm3 and [cpr](https://github.com/whoshuu/cpr/) (e.g. from homebrew) -- Linux: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-linux-MinSizeRel.zip) unpackaged (for now), requires gtkmm3 and [cpr](https://github.com/whoshuu/cpr/). built on Ubuntu 18.04 + gcc9 +- Linux: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-linux-MinSizeRel.zip) unpackaged (for now), requires gtkmm3 and [cpr](https://github.com/whoshuu/cpr/). built on Ubuntu 18.04 + gcc9 + Make sure you start from the directory where `css` and `res` are #### Dependencies: |