/zit

🎏 Experimental torrent client. Work in progress...

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Build

Build instructions

CMake + vcpkg

  • git submodule update --init --recursive
  • .\vcpkg\bootstrap-vcpkg.bat or ./vcpkg/bootstrap-vcpkg.sh
  • mkdir build
  • cd build
  • cmake -GNinja .. --preset zit-clang -DCMAKE_BUILD_TYPE=Release
  • cmake --build . --config Release

Or with --preset zit-gcc.

Note that on Linux pkg-config and clang or gcc must be installed.

  • nix-build