Skip to content

Add cross file for windows builds

Ghost User requested to merge rogersachan:patch-1 into master

This is a preliminary file that adds support for building gradio for windows on linux.

This was built using the mingw64 packages in fedora plus the mingw64 json copr package.

I also had to procure executables that provided the proper dlls for running gradio.

I also needed to compile a gschema file on the linux machine and transfer it over to windows.

Merge request reports