Skip to content

Project Setup

Simon Holmberg edited this page Jan 6, 2016 · 2 revisions

Prerequisites

Boost 1.59.0

Download and install: http://sourceforge.net/projects/boost/files/boost-binaries/1.60.0/boost_1_60_0-msvc-14.0-64.exe/download

Make sure your BOOST_ROOT environment variable is pointing to the root folder of your Boost installation.

CMake 3.4.0

Download and install: https://cmake.org/files/v3.4/cmake-3.4.0-win32-x86.exe

Project Setup

Clone the repo

git clone git@github.com:teamfisk/TacticalZ.git

Initialize and update submodules

git submodule init

git submodule update

Generate Visual Studio project using CMake

Run tools/deploy.bat

Run it from the root folder of the project. This will copy necessary binaries and resources to the bin folder.

tools\deploy.bat msvc14