nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.13k stars 173 forks source link

build issue (MacOS ARM) #217

Closed yungmilky closed 1 year ago

yungmilky commented 1 year ago

i followed all the steps and when i try and do python3 ./waf configure --64bits -T release it returns an error can't open file '/Users/yungmilky/./waf': [Errno 2] No such file or directory and i cant figure out what i did wrong

yungmilky commented 1 year ago

i reinstalled both xcode and homebrew and im still having this issue

shinra-electric commented 1 year ago

try without the ./ in front of waf:

python3 waf configure -T release --64bits --build-games=[whatever game you are building]

Edit: Also make sure you are in the source-engine folder