mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-03 21:19:34 +00:00
Update docs/en/Options.md
This commit is contained in:
parent
ec61dbec37
commit
2fb0735e93
@ -17,12 +17,21 @@ cqtdeployer -option1 value1 -option2 list, of, values flag1 flag2 flag3
|
|||||||
* **clear** - boolean option
|
* **clear** - boolean option
|
||||||
|
|
||||||
## Definitions in description
|
## Definitions in description
|
||||||
**System environment** - is pathes of the sstem libraryes.
|
**System environment** - paths of the system libraries.
|
||||||
Windows: C:\Windows\System32 and C:\Windows\SysWOW64. And any another pathes difined in the PATH variable.
|
* Windows:
|
||||||
Linux: /usr/lib and /lib. And any another pathes defined in the LD_LIBRARY_PATH or PATH variables.
|
* Paths defined in the PATH variable.
|
||||||
|
* C:\Windows\System32
|
||||||
|
* C:\Windows\SysWOW64
|
||||||
|
* Linux:
|
||||||
|
* Paths defined in the LD_LIBRARY_PATH and PATH variables.
|
||||||
|
* /usr/lib
|
||||||
|
* /lib
|
||||||
|
|
||||||
**Deployable files** - is all file that will be copy in to targer dirictory. (libraries, resources)
|
**Deployable files** - all file that will be copied into distribution (include executable files)
|
||||||
**Targets** - is all files marked by bin option.
|
|
||||||
|
**Targets** - all executable files marked by bin option.
|
||||||
|
|
||||||
|
**Executable files** - all files with PE, ELF and Mach-O formats.
|
||||||
|
|
||||||
## Options:
|
## Options:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user