microsoft / jericho

A learning environment for man-made Interactive Fiction games.
GNU General Public License v2.0
253 stars 42 forks source link

Fixing building on windows. #68

Closed Coriana closed 4 months ago

Coriana commented 4 months ago

If windows, this DLL isn't needed. Skip and it will work.

Coriana commented 4 months ago

@microsoft-github-policy-service agree

MarcCote commented 4 months ago

Thank you for opening a PR. I'm not sure what you mean by the compiled lib is not needed on Windows. Are you able to pass all the tests found in https://github.com/microsoft/jericho/tree/master/tests?

Coriana commented 4 months ago

There is more fixes to be done it seems. I will try and be back when all tests pass properly.

MarcCote commented 4 months ago

Windows is not supported for Jericho. I think you could use the Windows Linux Subsystem, but I don't have much experience with it. An alternative would be to use an Ubuntu docker. Did you want to use Jericho or was it only a dependency for another library?