Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
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".
1. Create folder `dlls` in the root of the project directory and copy all required libraries (libisds.dll, openssl.dll, ...) here. The file `notes\libdepends.win` contains the list of required files.
2) Copy additional NSIS libraries (ReplaceInFile.nsh, StrRep.nsh) from "nsis\nsis-libs\" to c:\Program Files (x86)\NSIS\Include\
2. Copy additional NSIS libraries (`ReplaceInFile.nsh`, `StrRep.nsh`) from `nsis\nsis-libs\` to `c:\Program Files (x86)\NSIS\Include\`.
3) Edit "\scripts\make-win.bat" batch file and set correct Qt toolchain, NSIS and 7-Zip paths:
3. Edit "\scripts\make-win.bat" batch file and set correct Qt toolchain, NSIS and 7-Zip paths:
* set QTPATH="C:\Qt\{Qtversion}\mingw{Mingwversion}\bin\"
* set QTMAKEPATH="C:\Qt\Tools\mingw{Mingwversion}\bin\"
* set NSISPATH="C:\Program Files (x86)\NSIS\makensis.exe"