Update readme

This commit is contained in:
Lauri Räsänen 2024-04-25 04:45:54 +03:00
parent 9bd42637d3
commit 8653cfb039

View file

@ -4,8 +4,15 @@ A starter template for hl2sdk server plugins.
## Requirements ## Requirements
- Meson Meson, Ninja, gcc.
- MSVC / GCC
## Support
| Compiler | Linux x86 | Linux x64 | Windows x86 | Windows x64 |
| ---- | ---- | ---- | ---- | ---- |
| gcc | yes | yes | ? | ? |
| clang | ? | ? | ? | ? |
| msvc | ? | ? | ? | ? |
## Building ## Building