fix sdk build example

This commit is contained in:
postscriptum 2026-02-17 14:11:42 +02:00
parent 30197a0873
commit b78077d680

View file

@ -85,8 +85,7 @@ git clone https://iris.radicle.xyz/z3LRRg2os4mihf6n12P6m2Ukr4BfW.git half-life
``` bash ``` bash
git clone --recursive https://github.com/FWGS/hlsdk-portable.git git clone --recursive https://github.com/FWGS/hlsdk-portable.git
git checkout bot10 cmake -DCMAKE_BUILD_TYPE=Release -B build -S .
cmake -B build -S .
cmake --build build cmake --build build
``` ```