summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-12-18 23:59:33 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-12-18 23:59:33 -0500
commitb68b61e4256b771bb4358d8017ce5fb42f972ca9 (patch)
treed0cbb1856550db85c9f6557d68caef4527cbf3ba /README.md
parent2ec60ce5ac65f0783c6bd636af0e840605aa8c60 (diff)
downloadabaddon-portaudio-b68b61e4256b771bb4358d8017ce5fb42f972ca9.tar.gz
abaddon-portaudio-b68b61e4256b771bb4358d8017ce5fb42f972ca9.zip
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bb237e0..496c856 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
### Building:
#### Windows:
-1. `git clone https://github.com/lorpus/abaddon && cd abaddon`
+1. `git clone https://github.com/uowuo/abaddon && cd abaddon`
2. `vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows`
3. `mkdir build && cd build`
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 ..`
@@ -22,7 +22,7 @@
### Downloads (from CI):
-- Windows: [here](https://ci.appveyor.com/project/lorpus/abaddon/build/artifacts)
+- Windows: [here](https://ci.appveyor.com/project/uowuo/abaddon/build/artifacts)
#### Dependencies:
* [gtkmm](https://www.gtkmm.org/en/)