Skip to content

Commit df6c839

Browse files
committed
update README.md
1 parent 422df34 commit df6c839

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ pacman -S jsoncpp
9696

9797
```shell
9898
# - MinGW build require tool MSYS2, you sould download and install it first, then use pacman in MSYS2 Enviroment
99+
#
99100
# - Assume you're building to mingw64, if you'd like to build to mingw32, replace `mingw-w64-x86_64` with `mingw-w64-i686`
100101
#
101102
# - Some packages are updated and not compatible, so some of the steps are using `pacman -U` to install specific version
102103
# packages with USTC Mirrors, you can change `https://mirrors.ustc.edu.cn/msys2/mingw/x86_64/` to other sources.
103104

104105
# Build deps
105-
pacman -S libintl mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake
106-
pacman -S make
106+
pacman -S libintl mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-make
107107

108108
# Boost
109109
# - It seems that when using Boost 1.66+ will cause build fail
@@ -115,7 +115,7 @@ pacman -S mingw-w64-x86_64-hdf5
115115

116116
# Jsoncpp
117117
# - JSONCPP comes with cmake, so if you've install cmake manually, you're not needed to install JSONCPP again
118-
pacman -S mingw-w64-x86_64-jsoncpp
118+
pacman -S mingw-w64-x86_64-jsoncpp jsoncpp-devel
119119

120120
# FFmpeg
121121
# - Some dll files are missing in MSYS2 MinGW64 FFmpeg package, so you should download it from other builds
@@ -149,7 +149,7 @@ unzip -p ffmpeg-3.4.2-win64-static.zip ffmpeg-3.4.2-win64-static/bin/ffmpeg.exe
149149

150150
> You should grab a FFmpeg 3.x binary from https://ffmpeg.zeranoe.com/ to make it works.
151151
152-
> You should download OpenH264 1.7.0 library file from https://github.com/cisco/openh264/releases manually.
152+
> You should download OpenH264 1.7.0+ library file from https://github.com/cisco/openh264/releases manually.
153153
154154
> If you want to use it on Windows, always use backslash to set file path like `D:\path\to\video.mp4`, even under MSYS2 or Cygwin, or boost cannot find the specific path.
155155

0 commit comments

Comments
 (0)