From aa115c645e272d6ecb1f1f27df4a1f03c5795d54 Mon Sep 17 00:00:00 2001 From: jenz Date: Mon, 26 Jan 2026 13:42:57 +0000 Subject: [PATCH] adding a few infos in readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0ab4697..01bddc9 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,14 @@ Note that this function is called before the client has a client index on the se # [Builds](https://builds.limetech.io/?project=connect) + + +# helpful commands for building on the unloze machine + +## the environment +export PATH=":/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11/bin:/home/gameservers/.local/bin":/sbin:/bin: +export SOURCEMOD=/home/gameservers/automate/sourcemod_1.13.0.7207 +export MMSOURCE=/home/gameservers/automate/mmsource-1.13 + +## building +rm -r -f build; mkdir build; cd build; python ../configure.py --sdks css --targets=x86 --enable-optimize; ambuild; cd ..