399 B
399 B
hl2sdk-starter
A starter template for hl2sdk server plugins.
Requirements
- Meson
- MSVC / GCC
Building
- Check out the correct SDK branch, e.g.
tf2
:
git submodule update --init
cd include/hl2sdk
git checkout tf2
cd ../..
- Setup Meson build folder
meson setup -D engine=tf2 -D arch=x86 -D buildtype=debug build
- Build with Meson
cd build
meson compile