Skip to content

Commit

Permalink
Update s1_sample_mm build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumann authored and psychonic committed Apr 20, 2024
1 parent adb0f78 commit 057f967
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions samples/s1_sample_mm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 057f967

Please sign in to comment.