Skip to content

EricBecker/test-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Content goes here...test-repo

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

About

For testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages