polyglot-compiler / JLang

JLang: Ahead-of-time compilation of Java programs to LLVM
http://polyglot-compiler.github.io/JLang/
Other
284 stars 29 forks source link

Can you send me the windows binaries? #69

Closed jessiepathfinder closed 3 years ago

dz333 commented 3 years ago

We've never tried building JLang on Windows - it can certainly be done but would require some effort and debugging since building with the jdk runtime libraries is platform dependent. We don't plan on supporting a Windows build at the moment, but if you implement it yourself, feel free to make a PR w/ the required changes to the Makefiles, etc.