QDiscord is an interface for the Discord API, written in C++ using the Qt toolkit for cross-platform compability.
-
Run the bash script
init.sh
and enter the location of any dependant libraries. This script will also fetch the premake executable we'll later use to generate our project files.
(If you're requested directories for system versions you don't wish to build for, you may leave the responses blank) -
Change to the "src" directory and run the bash script
generate.sh
. This gives us the project files we can finally use to compile the library.
(If you're on Windows and wish to use Visual Studio 2015 instead of 2017 (default), pass the argument "vs2015" to the generate script) -
Build the project using the generated project files.