tomxmm0 / xcord

Yet another C++ Discord library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcord

Yet another C++ Discord library

Building

Prequesistes

  • Clone xcord into your folder of choice.
  • Download and configure cmake for your operating system.
  • Download and configure vcpkg for your operating system.

In the vcpkg directory, install the following packages:

  • vcpkg install curl[http2]
  • vcpkg install cpr
  • vcpkg install fmt

After installing the packages successfully, go to your xcord directory and generate the project with cmake:

git submodule update --init
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=path/to/vcpkg/scripts/buildsystems/vcpkg.cmake

Make to generate the project using the correct architecture you used to install your vcpkg packages.

About

Yet another C++ Discord library

License:MIT License


Languages

Language:C++ 90.4%Language:CMake 9.6%