Skip to content

Commit 3a66bac

Browse files
authored
Move build instructions to BUILDING.md
this is all handled by Github Actions so we probably don't need this anymore but it's good to keep around
1 parent 6c0cad5 commit 3a66bac

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

BUILDING.md

+16
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)