Updated System configuration (markdown)

master
Martin Polanka 9 years ago
parent a281f391fc
commit 9c5afce48f

@ -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. 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:** **Installation Pipeline:**
* Download git repository of BasicWorker * Download git repository of **worker**
* Initialize and download all git submodules * Initialize and download all git submodules
* Run cmake in default directory of repository with at least VS 2014 * Run cmake in default directory of repository with at least VS 2014
``` ```
@ -163,8 +163,8 @@ cmake -G "Visual Studio 14 2015"
* rmt_curl * rmt_curl
* fix8.dependencies.zmq * fix8.dependencies.zmq
* Build ALL_BUILD target * Build ALL_BUILD target
* Download ([here](http://curl.haxx.se/ca/cacert.pem)) and copy certificate bundle for libcurl to working directory * 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 * Rename downloaded certificate bundle to "curl-ca-bundle.crt"
* Run tests or whole worker with suitable programs * Run tests with **ctest** program or whole worker with **recodex-worker.exe** binary
## WebApp ## WebApp

Loading…
Cancel
Save