Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 711 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 711 Bytes

Lightning

A client/server side modification for Call of Duty 4.

Build instructions

Requirements

  • Git
  • Microsoft Visual Studio 2013

Clone the repository

git clone https://github.com/twizre/lightning.git
cd lightning

Set up Premake

  1. Download the latest Premake nightly build from here.
  2. Extract premake5.exe to the directory you cloned this repository to.

Generate project files

cd lightning
premake5 vs2013

Build the project

  1. Open the project folder and open iw3cli.sln.
  2. Build the project using Visual Studio 2013.