Updated Source Engine (EN) (markdown)

nillerusr 2023-01-25 21:51:27 +03:00
parent e23ea27355
commit 35c2d8afbf

@ -46,7 +46,7 @@ Welcome to the Source Engine wiki!
- Run `./waf configure -T BUILDMODE`, where `BUILDMODE` is `release` or `debug`.
- On Windows you need to use `.\waf.bat` or run WAF script with `python3 waf`.
- If waf says something like `/usr/bin/env: 'python': No such file or directory` use `python3 ` prefix before `./waf`.
- If you need a 64 bit build add `-8` or `--64bits` argument to WAF. **BROKEN ON WINDOWS!!!!**
- If you need a 64 bit build add `-8` or `--64bits` argument to WAF.
## Dedicated server
- Just add `-d` option on project configure state. lol
## Android (on Linux)