Describe variants in readme
This commit is contained in:
parent
4375ff99ad
commit
5302930290
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -40,15 +40,15 @@ On success, the resulting zip file will be in the `artifacts` subdir.
|
||||||
### Targets, Variants and Addins
|
### Targets, Variants and Addins
|
||||||
|
|
||||||
Available targets:
|
Available targets:
|
||||||
* win64 (x86_64 Windows)
|
* `win64` (x86_64 Windows)
|
||||||
* win32 (x86 Windows)
|
* `win32` (x86 Windows)
|
||||||
* linux64 (x86_64 Linux, glibc>=2.23, linux>=4.4)
|
* `linux64` (x86_64 Linux, glibc>=2.23, linux>=4.4)
|
||||||
|
|
||||||
Available:
|
Available:
|
||||||
* `gpl`
|
* `gpl` Includes all dependencies, even those that require full GPL instead of just LGPL.
|
||||||
* `lgpl`
|
* `lgpl` Lacking libraries that are GPL-only. Most prominently libx264 and libx265.
|
||||||
* `gpl-shared`
|
* `gpl-shared` Same as gpl, but comes with the libav* family of shared libs instead of pure static executables.
|
||||||
* `lgpl-shared`
|
* `lgpl-shared` Same again, but with the lgpl set of dependencies.
|
||||||
|
|
||||||
All of those can be optionally combined with any combination of addins.
|
All of those can be optionally combined with any combination of addins.
|
||||||
* `4.4` to build from the 4.4 release branch instead of master.
|
* `4.4` to build from the 4.4 release branch instead of master.
|
||||||
|
|
Loading…
Reference in a new issue