Skip to content

Build Windows UWP, Phone, Desktop on Windows

WangBin edited this page Mar 19, 2020 · 2 revisions

Supported host platforms:

  • Windows

Requirements:

  • MSVC (if build with vc)
  • MSYS2
  • MSYS2 packages: pacman -Sy --needed diffutils gawk patch pkg-config mingw-w64-i686-gcc mingw-w64-x86_64-gcc nasm yasm
  • Environment var MSYS2_DIR must be set in tools\msys2.bat, for example C:\msys64.

Build Steps:

  • Click a shortcut in tools dir. Follow the guide in the new shell window.

You can also start a vs prompt, go to msys' bin dir and run sh --login -i and ./avbuild.sh vc to build for desktop

TODO

  • build in WSL