diff --git a/README.md b/README.md index 6e7ace3..a171f45 100644 --- a/README.md +++ b/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. 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.