From e4e8c922244e3dacd284a750e28745d31a15767c Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 20 Jun 2016 14:29:01 +0200 Subject: [PATCH] Updated System configuration (markdown) --- System-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System-configuration.md b/System-configuration.md index 8c513f5..2df3e06 100644 --- a/System-configuration.md +++ b/System-configuration.md @@ -168,6 +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. +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