- Open Visual Studio 2019 and clone this repository
- The default configuration should be "x86-Release" for the 32bit version
If you want the 64bit version select the "x64-Release" configuration - Select
Build
->Build All
- The .dll should now be in
gmod-discord-rpc/cpp/build/\*-Release/
- Make sure you have git, cmake, and gcc installed
- Open a terminal and run
cd gmod-discord-rpc/cpp
mkdir build && cd build
cmake .. && cmake --build .
- The .dll should now be in
gmod-discord-rpc/cpp/build/