From 4029bced284bd5a014265119c825413b9b372a6f Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Wed, 20 Jan 2016 20:28:54 +0100 Subject: [PATCH] Updated System configuration (markdown) --- System-configuration.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/System-configuration.md b/System-configuration.md index 09b7412..ab27b2b 100644 --- a/System-configuration.md +++ b/System-configuration.md @@ -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