Skip to content

tomxmm0/xcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors