Skip to content

Commit e4d9ee2

Browse files
committed
docs: update build instructions
1 parent a29352f commit e4d9ee2

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to the example C++ plugin for Endstone servers.
1010

1111
### Linux
1212

13-
- Clang 5 or higher
13+
- Clang 15 or higher
1414
- libc++ installed
1515

1616
## Structure Overview
@@ -46,7 +46,16 @@ cpp-example-plugin/
4646

4747
3. **Build Your Plugin**
4848

49-
```bash
49+
**Windows:**
50+
```shell
51+
mkdir build
52+
cd build
53+
cmake ..
54+
cmake --build . --config Release
55+
```
56+
57+
**Linux:**
58+
```shell
5059
mkdir build
5160
cd build
5261
cmake -DCMAKE_BUILD_TYPE=Release ..

0 commit comments

Comments
 (0)