adding a few infos in readme
This commit is contained in:
parent
723d6e07b9
commit
aa115c645e
11
README.md
11
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 ..
|
||||
|
||||
Loading…
Reference in New Issue
Block a user