Skip to content

Windows port/build

This issue introduces a Windows port and build process for the fry project, enabling native compilation and execution on Windows environments.

Problem to solve

Currently, fry is not supported on Windows, which limits its accessibility and usability for developers working on Windows platforms. This issue addresses the need for a native Windows build, allowing users to run fry without requiring a Linux or macOS environment.

Proposal

Develop a Windows-compatible build process for fry. This will involve:

  • Creating a new build script to support Windows compilers and environments.
  • Addressing any platform-specific dependencies or code issues.
  • Verifying that all core functionalities of fry work as expected on Windows.