Skip to content

Cross compilation from Linux to Windows #866

@bluesillybeard

Description

@bluesillybeard

Spinning up a Windows VM to export a project for Windows is a bit of a drag. Doing it from Linux with cross-compilation would save a ton of time and energy.

I don't know how this could be done, but I do know that it requires compiling with clang and/or mingw, adding cross-compilation to kmake, and linking required system libraries when those libraries don't actually exist on the host system.

A solid alternative is to compile Kinc ahead of time as a library (.lib), but that still requires going through the process on a Windows VM for every update.

For some context, I am creating a game engine that uses Kinc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions