ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.76k stars 2k forks source link

[OS X] Build not under XCode #341

Closed sergeysova closed 8 years ago

sergeysova commented 8 years ago

My primary IDE is Sublime Text 3. I want build game with console. How can i make it?

MaddTheSane commented 8 years ago

You can use xcodebuild to build via the command line.

sergeysova commented 8 years ago

@MaddTheSane thank you