Update README
This commit is contained in:
parent
bf373ee3fc
commit
7d05ba630e
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -20,10 +20,21 @@ Every file corrosponds to its respective package.
|
||||||
|
|
||||||
### Build Image
|
### Build Image
|
||||||
|
|
||||||
* `./makeimage.sh win64 gpl`
|
* `./makeimage.sh target variant [addins]`
|
||||||
|
|
||||||
### Build FFmpeg
|
### Build FFmpeg
|
||||||
|
|
||||||
* `./build.sh win64 gpl`
|
* `./build.sh target variant [addins]`
|
||||||
|
|
||||||
On success, the resulting zip file will be in the `artifacts` subdir.
|
On success, the resulting zip file will be in the `artifacts` subdir.
|
||||||
|
|
||||||
|
### Targets, Variants and Addins
|
||||||
|
|
||||||
|
The two available targets are `win64` and `win32`.
|
||||||
|
|
||||||
|
Available in `gpl`, `lgpl`, `gpl-shared` and `lgpl-shared` variants.
|
||||||
|
|
||||||
|
All of those can be optionally combined with any combination of addins.
|
||||||
|
Currently that's `4.3`, to build from the 4.3 release branch instead of master.
|
||||||
|
`vulkan` to add support for (and a hard runtime dependency on) Vulkan.
|
||||||
|
`debug` to not strip debug symbols from the binaries. This increases the output size by about 250MB.
|
||||||
|
|
Loading…
Reference in a new issue