Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Help me please With Compailing  (Read 922 times)

Keigan

  • Bay Watcher
  • Death or Liberal
    • View Profile
Help me please With Compailing
« on: May 22, 2012, 12:17:10 pm »

Hello ive been adding my own adjustments to Libreal Crime Sqaud and i have no clue how to compaile it please help  :'(
Logged
- A Fat Liberal

DeathsDisciple

  • Bay Watcher
  • He's nice (on the inside)
    • View Profile
Re: Help me please With Compailing
« Reply #1 on: May 22, 2012, 03:35:14 pm »

Hello ive been adding my own adjustments to Libreal Crime Sqaud and i have no clue how to compaile it please help  :'(
Please define "compaile."
Logged
"And I believe that totalitarianism, if not fought against, could triumph again." - George Orwell
My YouTube Channel.

Jonathan S. Fox

  • Bay Watcher
    • View Profile
    • http://www.jonathansfox.com/
Re: Help me please With Compailing
« Reply #2 on: May 22, 2012, 05:10:19 pm »

You'll need a compiler. Microsoft Visual C++ Express is free:

http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express

Once you have it installed, you can open the /workspaces/ directory of the LCS source, and run game.vcproj. That's a Microsoft Visual Studio project file. Visual Studio is a large and feature rich program, but once you've opened the project, compiling is easy -- just press the green arrow along the top that looks like a play button, or press F5.

If you've been editing the source code without testing by compiling, it may fail to compile and report back some errors in the code. You will have to then fix these problems and try again.
Logged