1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-31 20:52:18 +01:00

Update s1_sample_mm build instructions.

This commit is contained in:
tschumann 2024-04-14 16:41:54 +10:00 committed by Nicholas Hastings
parent adb0f786a0
commit 057f967730

View File

@ -2,3 +2,19 @@ For more information on compiling and reading the plugin's source code, see:
http://wiki.alliedmods.net/Category:Metamod:Source_Development
Build instructions
------------------
Make sure ambuild2 is installed: https://github.com/alliedmodders/ambuild
Configure the build (where `--hl2sdk-root` specifies the path to the desired SDK installed by `support/checkout-deps.sh`):
```
mkdir build
cd build
python ../configure.py --hl2sdk-root C:/Users/user/Documents/GitHub/hl2sdk-episode1
```
Build:
```
ambuild
```