From 780e17a348b6eea8e0b7a2ae57ea523eb6de7df1 Mon Sep 17 00:00:00 2001 From: tschumann Date: Sun, 14 Apr 2024 16:41:54 +1000 Subject: [PATCH] Update s1_sample_mm build instructions. --- samples/s1_sample_mm/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/samples/s1_sample_mm/README.md b/samples/s1_sample_mm/README.md index aa8cbc13..20d4a70e 100644 --- a/samples/s1_sample_mm/README.md +++ b/samples/s1_sample_mm/README.md @@ -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 +``` \ No newline at end of file