tree: bdda710887867b78198c2ba09558221cb933f86e [path history] [tgz]
  1. dependencies/
  2. build.bat
  3. premake5_win.lua
  4. README.md
skia/viewer/build/windows/README.md

Rive Windows Viewer

Main entry is build.bat. Requirements:

  • Git Download and install

  • CMake

  • Python

    • Get Python 3. You may need to symlink python3 to python. Make sure to do the custom install and check “install for all users.”
      mklink "C:\Program Files\Python310\python3.exe" "C:\Program Files\Python310\python.exe"
      
  • Visual Studio 2022 Community Edition

    • Add clang tools
    • You may need to patch up the scripts if you have a different version.
  • Install Google's Depot Tools to build Skia.