From 535ba441882a78f1557397e74032dd6a6be5cf8e Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 20 Jun 2016 12:25:18 +0200 Subject: [PATCH] Updated System configuration (markdown) --- System-configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System-configuration.md b/System-configuration.md index 2dd9b04..8c513f5 100644 --- a/System-configuration.md +++ b/System-configuration.md @@ -168,4 +168,6 @@ cmake -G "Visual Studio 14 2015" * Rename downloaded certificate bundle to "curl-ca-bundle.crt" * Run tests with **ctest** program or whole worker with **recodex-worker.exe** binary +Installation binary can be created through cmake (cpack respectively), this is done by using [NSIS](http://nsis.sourceforge.net/), which have to be installed on machine. Installation package is then created by running **package** target in VS solution. + ## WebApp