source-sdk-2013
source-sdk-2013 copied to clipboard
Add Python requirement to README.md
Python is needed to compile the server DLLs otherwise it'll throw an error regarding the vscript nut files
Python 2.7 or 3.x? Other dependencies have version listed
I used latest 3.x
Worth noting in README that python.exe needs to be listed in PATH, which doesn't always happen automatically when you install Python.
Just a note, more specific to gitlab If you have a gitlab runner running as service building it on windows Python should be installed for all users (and I guess as admin) As Gitlab runner might be running as a Windows service (depending on how you set it up https://docs.gitlab.com/runner/install/windows/#installation)
Superceded by another MR