Created Project Setup (markdown)
+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
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
### 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`
|
||||||
Reference in New Issue
Block a user