File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,28 @@ This project is transitioning to a semi-managed model. The maintainer welcomes c
5151- Visual Studio 2022 with C# and C++ desktop development workloads
5252- Windows SDK for desktop
5353- .NET 6.0, 8.0, and 9.0 SDKs
54+ - ** Git LFS** (for handling large FFmpeg binary files)
55+
56+ ### Git LFS Setup
57+
58+ This repository uses Git LFS (Large File Storage) for managing large FFmpeg binary files.
59+
60+ ** Install Git LFS:**
61+
62+ ``` bash
63+ # On Windows (using Chocolatey)
64+ choco install git-lfs
65+
66+ # Or download from https://git-lfs.github.com/
67+ ```
68+
69+ ** Initialize Git LFS in your repository:**
70+
71+ ``` bash
72+ git lfs install
73+ ```
74+
75+ After cloning the repository, Git LFS will automatically download the tracked binary files.
5476
5577### Building
5678
You can’t perform that action at this time.
0 commit comments