Updated System configuration (markdown)

master
Martin Polanka 9 years ago
parent b080a93ca8
commit 4029bced28

@ -108,4 +108,22 @@ From beginning we are determined to support Windows operating system on which so
There are only two dependencies needed. **Windows 7 and higher** and **Visual Studio 2014**. Visual Studio itself contains all features needed for compilation. All dependencies as libraries and such are either installed through NuGet package manager or are managed as submodules in git repository.
**Installation Pipeline:**
* Download git repository of BasicWorker
* Initialize and download all git submodules
* Run cmake in default directory of repository with at least VS 2014
```
cmake -G "Visual Studio 14 2015"
```
* When cmake does its job open generated solution file in VS 2014+
* For entire solution add these NuGet packages:
* boost
* boost_system-vc140
* boost_filesystem-vc140
* boost_program_options-vc140
* rmt_curl
* fix8.dependencies.zmq
* Build ALL_BUILD target
* Run tests or whole worker with suitable programs
## WebApp

Loading…
Cancel
Save