-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
How to: | ||
1. Create folder `build-libs-windows` in repository root | ||
2. Download and extract `ffmpeg-release-full-shared.7z` into `build-libs-windows` ( from https://www.gyan.dev/ffmpeg/builds/ ) | ||
Maybe it will be good idea to fix version and put this version in download script | ||
3. Rename extracted folder to `ffmpeg`. Chech that `ffmpeg` folder contains `bin`, `include`, etc. folders. | ||
4. Trying to use prebuild angle from https://github.com/mmozeiko/build-angle | ||
Download latest release and extract to `build-libs-windows`. | ||
Maybe it better to clone/adjust this build pipeline | ||
|
||
5. After build you need to copy `bin` folders content to folder with `.exe` |