Test of built-in markdown syntax-highlighting.
for f in fgh*; do mv $f $(echo $f | sed 's/^fgh/jkl/g'); done
For testing purposes.
#Source SDK 2013 Get via
git clone [email protected]:ValveSoftware/source-sdk-2013.git
Next,
# Single Player Project
$SDK_ROOT/sp/src/creategameprojects
$SDK_ROOT/sp/src/createallprojects
# Multiplayer Project
$SDK_ROOT/mp/src/creategameprojects
$SDK_ROOT/mp/src/createallprojects
On Linux, do the following: Extract the steam runtime:
$ tar xvf steam-runtime-sdk_latest.tar.xz
$ cd steam-runtime-sdk_<version>
Now, run
$ ./setup.sh
Pick your architecture and debug/release preferences. Then answer Y to everything else.
$ ./shell.sh --arch=i386
#ON MAC OS X
All you do is run
$ make -f games.make