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.