You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Download [Boost prebuilt library](https://sourceforge.net/projects/boost/files/boost-binaries/) for VC14
137
+
138
+
> You may need a older version (< 1.66.0) in case of some unknown bug.
139
+
140
+
- Download [OpenCV prebuilt library](https://opencv.org/releases/) for Windows
141
+
142
+
> OpenCV should be 3.2+ but not 4.x
143
+
144
+
- Download [HDF5 prebuilt library](https://www.hdfgroup.org/downloads/hdf5) for VC14
145
+
> You may need an account to download the file, you can register for free or build your own.
146
+
> If you don't want to install the msi package, run `msiexec /a drive:\path\to\file.msi /qb TARGETDIR=drive:\path\to\extract`
147
+
148
+
- Download [JSONCPP prebuilt library](http://access.osvr.com/binary/deps/jsoncpp) for VC14
149
+
150
+
> You should grab a FFmpeg 3.x binary from https://ffmpeg.zeranoe.com/ to make it works.
151
+
152
+
> You should download OpenH264 1.7.0+ library file from https://github.com/cisco/openh264/releases manually.
153
+
154
+
> 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.
155
+
156
+
> You may also need Visual C++ 2015 Redistributable.
157
+
158
+
#### Compile & Build
96
159
97
160
##### Xcode
98
161
99
162
Open `animeloop-cli.xcodeproj` and run it.
100
163
101
164
(if you compile opencv source code by yourself, you maybe need edit `Linked Frameworks and Libraries` settings in Xcode project.)
0 commit comments