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 ..