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