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