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:
parent
adb0f786a0
commit
057f967730
@ -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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user