... | ... | @@ -202,7 +202,7 @@ Copy the archive into a Windows environment where the compilation procedure cont |
|
|
|
|
|
The compilation continues inside a Windows session. First extract the `shared_built_DATE_UTCTIME_.tar.gz` archive to the same location as it was created. The built libraries must be located inside the `libs\shared_built` subdirectory (i.e. You must have `libs\shared_built\bin`, `libs\shared_built\include` and `libs\shared_built\lib`).
|
|
|
|
|
|
> You must provide a copy of [libgcc_s_sjlj-1.dll](uploads/02be4482f837f9af0a0697759f02f0ac/libgcc_s_sjlj-1.dll) as it is required by some libraries. Place it inside the `libs\` directory. (i.e. The library must be available at `libs\libgcc_s_sjlj-1.dll`.)
|
|
|
> You must provide a copy of [libgcc_s_sjlj-1.dll](files/libgcc_s_sjlj-1.dll) as it is required by some libraries. Place it inside the `libs\` directory. (i.e. The library must be available at `libs\libgcc_s_sjlj-1.dll`.)
|
|
|
|
|
|
In order to build the application you must have a working Qt installation. You must set the system or user-profile PATH variable to point to a working Qt profile (e.g. `c:\Qt\5.9.3\mingw53_32\bin`).
|
|
|
|
... | ... | @@ -293,4 +293,4 @@ The command |
|
|
``` shell
|
|
|
TEXT_FILES_INST_DIR="/usr/share/datovka/" datovka.pro
|
|
|
```
|
|
|
changes the path where to search for installed documents. Actual installation of these documents is not handled by the generated Makefile. This option is used for example in the Gentoo Ebuild files. |
|
|
\ No newline at end of file |
|
|
changes the path where to search for installed documents. Actual installation of these documents is not handled by the generated Makefile. This option is used for example in the Gentoo Ebuild files. |