diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-10 21:32:02 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-12-10 21:32:02 -0500 |
commit | df781e0dc6cca6f610de317c91d2bd11530a06d1 (patch) | |
tree | 81effa050149c484c2f5680652e088f2894a2d0d /README.md | |
parent | 89be70611d276dd5e2c9aaf9fc30810f3df521df (diff) | |
download | abaddon-portaudio-df781e0dc6cca6f610de317c91d2bd11530a06d1.tar.gz abaddon-portaudio-df781e0dc6cca6f610de317c91d2bd11530a06d1.zip |
no more mac cuz i cba
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -18,18 +18,11 @@ 4. `cmake -G"Visual Studio 16 2019" -A x64 -DCMAKE_TOOLCHAIN_FILE=c:\path\to\vcpkg\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVCPKG_TARGET_TRIPLET=x64-windows ..` 5. Build with Visual Studio -#### Mac: -1. Install gtkmm3 zlib openssl and nlohmann-json from homebrew -2. `git clone --recurse-submodules -j8 https://github.com/lorpus/abaddon` -3. `cd abaddon` -4. `mkdir build` -5. `cd build` -6. `cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_PKGCONFIG=ON -DDISABLE_MBEDTLS=ON ../` -7. `make` +#### Mac/Linux: + ### Downloads (from CI): - Windows: [here](https://ci.appveyor.com/project/lorpus/abaddon/build/artifacts) -- OSX: [here](https://i.owo.okinawa/travis-master/abaddon) (downloading css/ and res/ from here is still necessary) #### Dependencies: * [gtkmm](https://www.gtkmm.org/en/) |