commit b056b74b6b0e220e1bd208aaf878d8c742ee575a Author: sippeangelo Date: Tue Dec 1 11:20:33 2015 +0100 Created Project Setup (markdown) diff --git a/Project-Setup.md b/Project-Setup.md new file mode 100644 index 0000000..bfd7297 --- /dev/null +++ b/Project-Setup.md @@ -0,0 +1,29 @@ +# Prerequisites + +### Boost 1.59.0 +Download and install: http://sourceforge.net/projects/boost/files/boost-binaries/1.59.0/boost_1_59_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 +![](http://i.imgur.com/kRdQuUE.png) +![](http://i.imgur.com/2800v3q.png) +![](http://i.imgur.com/XkyY8Tp.png) + +### 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` \ No newline at end of file