Created Project Setup (markdown)

2015-12-01 11:20:33 +01:00
commit b056b74b6b
+29
@@ -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`