Update README
This commit is contained in:
parent
77b3030134
commit
795d8a739f
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -10,3 +10,20 @@ Builds run daily at 12:00 UTC and are automatically released on success.
|
||||||
|
|
||||||
For a list of included dependencies check the scripts.d directory.
|
For a list of included dependencies check the scripts.d directory.
|
||||||
Every file corrosponds to its respective package.
|
Every file corrosponds to its respective package.
|
||||||
|
|
||||||
|
## How to make a build
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
|
* bash
|
||||||
|
* docker
|
||||||
|
|
||||||
|
### Build Image
|
||||||
|
|
||||||
|
* `./makeimage.sh win64 gpl`
|
||||||
|
|
||||||
|
### Build FFmpeg
|
||||||
|
|
||||||
|
* `./build.sh win64 gpl`
|
||||||
|
|
||||||
|
On success, the resulting zip file will be in the `artifacts` subdir.
|
||||||
|
|
Loading…
Reference in a new issue