mkdir hl2sdk-root
git clone https://github.com/alliedmodders/hl2sdk/ --branch cs2 hl2sdk-root/hl2sdk-cs2
git clone https://github.com/alliedmodders/metamod-source --recursive
cd metamod-source
echo "export HL2SDKCS2=/absolute/path/to/hl2sdk-root/hl2sdk-cs2" >> ~/.bashrc
echo "export MMSOURCE112=/absolute/path/to/metamod-source" >> ~/.bashrc
. ~/.bashrc
mkdir build && cd build
CC=clang CXX=clang++ python3 ../configure.py -s cs2
ambuild