Skip to content

Instantly share code, notes, and snippets.

@Anime4000
Last active July 5, 2022 17:07
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Anime4000/2db0067cc0d24614ef5130aa5fd8a57d to your computer and use it in GitHub Desktop.
Save Anime4000/2db0067cc0d24614ef5130aa5fd8a57d to your computer and use it in GitHub Desktop.
compile l4d2_bugfixes

GCC 5.5

Kubuntu 18.04.5 32-bit

Sourcemod 1.8 dev

Metamod: Source 1.8 dev

sudo apt install gcc-5 g++-5 clang libstdc++-5-dev zlib1g-dev libc6-dev linux-libc-dev

git clone https://github.com/Accelerator74/l4d2_bugfixes
git clone --recurse-submodules https://github.com/alliedmodders/sourcemod
git clone --recurse-submodules https://github.com/alliedmodders/metamod-source mmsource

git clone --mirror https://github.com/alliedmodders/hl2sdk hl2sdk-proxy-repo
git clone hl2sdk-proxy-repo hl2sdk-l4d2 -b l4d2

cd sourcemod
git checkout 1.8-dev
cd ..

cd mmsource
git checkout 1.8-dev
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment