You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working under linux,but I try to build your project for windows.
Is this possible?
I have downloaded mingw-w64 and mingw-ocaml etc. under linux,but I don't know how to use to complie your project.
I can only do is using your ./build program to build linux target laby,and I got it.(auto-apt run ./build)
Please help me,Thanks!
The text was updated successfully, but these errors were encountered:
The available binaries were cross-compiled from linux using mingw-ocaml. I couldn't make builds for recent versions and can't remember the exact reason (probably incompatibilities between ocaml libraries and gtk-related builds which were available for windows). It might be worth to try again now.
Once ocaml-mingw is installed, you'll have to tell ocamlfind to use the appropriate toolchain with:
I'm working under linux,but I try to build your project for windows.
Is this possible?
I have downloaded mingw-w64 and mingw-ocaml etc. under linux,but I don't know how to use to complie your project.
I can only do is using your ./build program to build linux target laby,and I got it.(auto-apt run ./build)
Please help me,Thanks!
The text was updated successfully, but these errors were encountered: