From b68b61e4256b771bb4358d8017ce5fb42f972ca9 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 18 Dec 2020 23:59:33 -0500 Subject: readme --- README.md | 4 ++-- 1 file 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/) -- cgit v1.2.3