Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpicanco/46f849abd3b64e38878a256992996c02 to your computer and use it in GitHub Desktop.
Save cpicanco/46f849abd3b64e38878a256992996c02 to your computer and use it in GitHub Desktop.
1. Install MSYS2 from https://msys2.github.io/
2. Install Mingw-W64 `pacman -S mingw-w64-i686-gcc`
3. Install git autoconf automake libtool make pkg-config
`pacman -S git`
`pacman -S autoconf`
`pacman -S automake`
`pacman -S libtool`
`pacman -S make`
`pacman -S pkg-config`
4. yasm:http://yasm.tortall.net/,change to yasm.exe,move to C:\msys32\usr\bin
5. git clone ffmpeg openssl fdk-aac
6. ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment