Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages