Skip to content

Commit 91ceadd

Browse files
committed
Update README.md.
1 parent b657144 commit 91ceadd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@
33
ffavc is a video decoder built on ffmpeg which allows libpag to use ffmpeg as its software decoder
44
for h264 decoding.
55

6-
## Build ffmpeg
7-
8-
First, make sure you have built the ffmpeg vendor libraries.
6+
## Dependency management
97

10-
Run the script located in the root directory of the project:
8+
Go to the root directory of ffavc project, use the following command to pull the third-party library:
119

1210
```
13-
./sync_deps.sh
11+
git submodule update --init
1412
```
1513

16-
This script will automatically install the necessary tools and sync all third-party repositories.
14+
## Build ffmpeg
15+
16+
First, make sure you have built the ffmpeg vendor libraries.
1717

1818
### Windows platform
1919

20-
1.Install Visual Studio 2019.
20+
1. Install Visual Studio 2019.
2121

22-
2.Install [<font color=blue>mysy2</font>](https://www.msys2.org/)
22+
2. Install [<font color=blue>mysy2</font>](https://www.msys2.org/)
2323

24-
3.Install some dependencies
24+
3. Install some dependencies
2525

2626
```
2727
pacman -S make gcc diffutils mingw-w64-{i686,x86_64}-pkg-config mingw-w64-i686-nasm mingw-w64-i686-yasm
2828
```
2929

30-
4.Rename msys64/usr/bin/link.exe to msys64/usr/bin/link.bak, to avoid conflict with MSVC's link.exe
30+
4. Rename msys64/usr/bin/link.exe to msys64/usr/bin/link.bak, to avoid conflict with MSVC's link.exe
3131

3232
5. Run "VS2019 x86 Native Tools Command Prompt" (Run "VS2019 x86_x64 Native Tools Command Prompt"
3333
for 64-bit.)

0 commit comments

Comments
 (0)