mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
1.3 KiB
1.3 KiB
Building:
Windows:
git clone https://github.com/lorpus/abaddon && cd abaddonvcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windowsmkdir build && cd buildcmake -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 ..- Build with Visual Studio
Mac:
- Install gtkmm3 zlib openssl and nlohmann-json from homebrew
git clone --recurse-submodules -j8 https://github.com/lorpus/abaddoncd abaddonmkdir buildcd buildcmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_PKGCONFIG=ON -DDISABLE_MBEDTLS=ON ../make