Git Product home page Git Product logo

tryhard's Introduction

Requirements
=========================

Steam (http://cdn.steampowered.com/download/SteamInstall.msi)
Alien Swarm SDK (steam://install/513)
MS Visual C++ 2010 (https://www.microsoft.com/visualstudio/en-us/products/2010-editions/express-iso)
  (Express or higher versions)

Getting it working
=========================

Set STEAM_ROOT
-------------------------

First, you'll need to set up the environment variable STEAM_ROOT to tell VS where your Steam installation lives.
This is usually C:\Program Files (x86)\Steam in Vista or 7.

To add the variable:
1. Start, Right-click on Computer, choose Properties
2. Choose Advanced System Settings
3. Select the Advanced tab, choose Environment Variables...
4. Under "User variables for (you)", choose New...
5. Enter STEAM_ROOT as the variable name, and the path to your Steam installation as the value, without a trailing \
6. Choose OK
7. Restart VS if it was running, so it will pick up the added environment variable


Building
-------------------------

Open the VS solution file /src/tryhard.sln. Make sure that client is set as the default project (it should be bolded).
You should be able to hit F5 (or go to Debug -> Start Debugging). The files should be built automatically.

If you want to build the project outside of VS, you'll need to follow these steps:
1. You may need to define VS's environment variables:
> call "path/to/vs/install/folder/vc/vcvarsall.bat" x86
2. cd to the /src directory in your github repo
3. run msbuild:
> msbuild tryhard.sln

tryhard's People

Contributors

quuxtastic avatar pyro93735 avatar mjsanfor avatar vivihiete avatar aerollen avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.