From 9c5afce48fc7d8d7a48d02e942d52913f8c16acb Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 26 Feb 2016 17:12:47 +0100 Subject: [PATCH] Updated System configuration (markdown) --- System-configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/System-configuration.md b/System-configuration.md index eb2259a..ca42c7a 100644 --- a/System-configuration.md +++ b/System-configuration.md @@ -148,7 +148,7 @@ 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 +* Download git repository of **worker** * Initialize and download all git submodules * Run cmake in default directory of repository with at least VS 2014 ``` @@ -163,8 +163,8 @@ cmake -G "Visual Studio 14 2015" * rmt_curl * fix8.dependencies.zmq * Build ALL_BUILD target -* Download ([here](http://curl.haxx.se/ca/cacert.pem)) and copy certificate bundle for libcurl to working directory -* Rename downloaded certificate bundle to curl-ca-bundle.crt -* Run tests or whole worker with suitable programs +* Download certificate bundle for libcurl ([here](http://curl.haxx.se/ca/cacert.pem)) and copy it to working directory +* Rename downloaded certificate bundle to "curl-ca-bundle.crt" +* Run tests with **ctest** program or whole worker with **recodex-worker.exe** binary ## WebApp