Archieved: has been replaced by the /libvpx-binaries folder in ffmpeg-binaries.
- git submodule update --init --recursive
- python3 build.py
- Open mingw64.
- mkdir build
- mkdir install
- cd build
- ../libvpx/configure --target=x86_64-win64-gcc --prefix=../1.10.0/x64-windows
- make -j8
- make install