I am trying to create a standalone game using Source SDK 2013
I am following this tutorial
https://developer.valvesoftware.com/wiki/Source_SDK_2013
step three under Source SDK 2013, in the margins it states,
"Run the "./setup.sh" script in the "steam-runtime" directory, select the "i386" architecture and one configuration of your choice, say "Yes" to everything related to updates. Before compiling the SDK, you have to run the sandbox (chroot environement), this is done by running the "./shell.sh --arch=i386" script."
I cannot seem to get this to work, as I get this
OptiPlex-760:~$ /home/<USER>/.steam/root/ubuntu12_32/steam-runtime/setup.sh
setup.sh[9383]: Steam runtime environment up-to-date!
I don't know how to get it to run in the way that the tutorial is describing, I have tried following the next step, but then I get repeated errors saying,
<USER>@<USER>-OptiPlex-760:~/Downloads/Source/source-sdk-2013-master/sp/src$ make -f games.mak
make[1]: Entering directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src'
Building: mathlib
Building: tier1
Building: vgui_controls
Building: raytrace
make[2]: Entering directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/mathlib'
make[2]: Entering directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/tier1'
make[2]: Entering directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/raytrace'
make[2]: Entering directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/vgui2/vgui_controls'
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
/valve/steam-runtime/setup.sh
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
/valve/steam-runtime/setup.sh
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
/valve/steam-runtime/setup.sh
---- raytrace.cpp ----
---- 3dnow.cpp ----
---- bitbuf.cpp ----
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
make[2]: *** [raytrace_linux32.mak:67: obj_raytrace_linux32/release/raytrace.o] Error 2
make[2]: Leaving directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/raytrace'
make[1]: *** [games.mak:44: raytrace] Error 2
make[1]: *** Waiting for unfinished jobs....
---- almostequal.cpp ----
---- filesystem_helpers.cpp ----
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
make[2]: *** [mathlib_linux32.mak:86: obj_mathlib_linux32/release/3dnow.o] Error 2
make[2]: *** Waiting for unfinished jobs....
/valve/steam-runtime/setup.sh
---- byteswap.cpp ----
make[2]: *** [tier1_linux32.mak:103: obj_tier1_linux32/release/bitbuf.o] Error 2
make[2]: *** Waiting for unfinished jobs....
---- vgui_key_translation.cpp ----
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
make[2]: *** [mathlib_linux32.mak:94: obj_mathlib_linux32/release/almostequal.o] Error 2
make[2]: Leaving directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/mathlib'
make[1]: *** [games.mak:40: mathlib] Error 2
---- AnalogBar.cpp ----
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
/valve/steam-runtime/setup.sh
make[2]: *** [tier1_linux32.mak:111: obj_tier1_linux32/release/byteswap.o] Error 2
make[2]: Leaving directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/tier1'
make[1]: *** [games.mak:56: tier1] Error 2
---- AnimatingImagePanel.cpp ----
make[2]: *** [vgui_controls_linux32.mak:141: obj_vgui_controls_linux32/release/filesystem_helpers.o] Error 2
make[2]: *** Waiting for unfinished jobs....
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
make[2]: *** [vgui_controls_linux32.mak:149: obj_vgui_controls_linux32/release/vgui_key_translation.o] Error 2
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
make[2]: *** [vgui_controls_linux32.mak:157: obj_vgui_controls_linux32/release/AnalogBar.o] Error 2
/valve/steam-runtime/bin/g++: ERROR: Couldn't find steam runtime directory, do you need to run the setup script?
/valve/steam-runtime/setup.sh
make[2]: *** [vgui_controls_linux32.mak:165: obj_vgui_controls_linux32/release/AnimatingImagePanel.o] Error 2
make[2]: Leaving directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src/vgui2/vgui_controls'
make[1]: *** [games.mak:60: vgui_controls] Error 2
make[1]: Leaving directory '/home/<USER>/Downloads/Source/source-sdk-2013-master/sp/src'
make: *** [games.mak:23: all] Error 2