Skip to content

Commit 5302930

Browse files
committed
Describe variants in readme
1 parent 4375ff9 commit 5302930

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ On success, the resulting zip file will be in the `artifacts` subdir.
4040
### Targets, Variants and Addins
4141

4242
Available targets:
43-
* win64 (x86_64 Windows)
44-
* win32 (x86 Windows)
45-
* linux64 (x86_64 Linux, glibc>=2.23, linux>=4.4)
43+
* `win64` (x86_64 Windows)
44+
* `win32` (x86 Windows)
45+
* `linux64` (x86_64 Linux, glibc>=2.23, linux>=4.4)
4646

4747
Available:
48-
* `gpl`
49-
* `lgpl`
50-
* `gpl-shared`
51-
* `lgpl-shared`
48+
* `gpl` Includes all dependencies, even those that require full GPL instead of just LGPL.
49+
* `lgpl` Lacking libraries that are GPL-only. Most prominently libx264 and libx265.
50+
* `gpl-shared` Same as gpl, but comes with the libav* family of shared libs instead of pure static executables.
51+
* `lgpl-shared` Same again, but with the lgpl set of dependencies.
5252

5353
All of those can be optionally combined with any combination of addins.
5454
* `4.4` to build from the 4.4 release branch instead of master.

0 commit comments

Comments
 (0)