From 8653cfb039586ed3aeb735895e6b6057ce08d043 Mon Sep 17 00:00:00 2001 From: nullprop Date: Thu, 25 Apr 2024 04:45:54 +0300 Subject: [PATCH] Update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40f7d0e..8abe7de 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ A starter template for hl2sdk server plugins. ## Requirements -- Meson -- MSVC / GCC +Meson, Ninja, gcc. + +## Support + +| Compiler | Linux x86 | Linux x64 | Windows x86 | Windows x64 | +| ---- | ---- | ---- | ---- | ---- | +| gcc | yes | yes | ? | ? | +| clang | ? | ? | ? | ? | +| msvc | ? | ? | ? | ? | ## Building