Skip to content

Examples do not compile on windows #2

Description

@countcb

Thanks for creating this binding!
I am currently taking a look at it to see if I can replace zig-gamedev/zflecs with this.

When trying to compile the examples on my windows machine I noticed, that the examples fail to compile because of linker errors.
To my understanding, flecs includes a web based explorer to inspect entities and a built in http server.
On windows this requires windows sockets and therefore ws2_32.

I created a pull request that includes ws2_32 on windows builds:
#1

With this fix the examples compile and run also on windows.
Feel free to merge this in.

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