We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0cad5 commit 3a66bacCopy full SHA for 3a66bac
BUILDING.md
@@ -0,0 +1,16 @@
1
+ ### Windows
2
+ 1. Open Visual Studio 2019 and clone this repository
3
+ 2. The default configuration should be "x86-Release" for the 32bit version\
4
+ If you want the 64bit version select the "x64-Release" configuration
5
+ 3. Select `Build` -> `Build All`
6
+ 4. The .dll should now be in `gmod-discord-rpc/cpp/build/\*-Release/`
7
+
8
+ ### Linux
9
+ 1. Make sure you have git, cmake, and gcc installed
10
+ 2. Open a terminal and run
11
+ ```git clone https://github.com/fluffy-servers/gmod-discord-rpc --recursive
12
+ cd gmod-discord-rpc/cpp
13
+ mkdir build && cd build
14
+ cmake .. && cmake --build .
15
+ ```
16
+ 3. The .dll should now be in `gmod-discord-rpc/cpp/build/`
0 commit comments