Minor fixes. authored by Martin Straka's avatar Martin Straka
......@@ -57,6 +57,7 @@ Building of Datovka application for Windows requires:
* Windows 7 or latest
* Qt5.2.1 or latest
* Build of libisds and its dependencies with MinGW
Adding Qt toolchain to PATH Environment Variable in Windows:
* C:\Qt\{Qtversion}\mingw{Mingwversion}\bin\
......@@ -90,6 +91,7 @@ Building of Datovka packages for Windows requires:
* Qt5.2.1 or latest
* NSIS (Nullsoft Scriptable Install System) available on the [http://nsis.sourceforge.net/Main_Page]
* 7-Zip archiver available on the [http://www.7-zip.org/]
* Build of libisds and its dependencies with MinGW
1) Create folder "dlls" in the root of project and copy all required dll files (libisds.dll, openssl.dll, ...) here. The list of required files you can see in the "\notes\libdepends.win".
......
......