oyvindberg / tui-scala

Beautiful Text-based User Interfaces for Scala
MIT License
207 stars 11 forks source link

running "bleep gen-native-image" on windows complains it can't find "ni" #34

Open nomad-scl opened 1 year ago

oyvindberg commented 1 year ago

So this is a known thing with graalvm native-image and windows. They fixed it for the next version of graalvm native image here https://github.com/oracle/graal/pull/5881 .

Basically for now you need some build setup on windows, https://www.graalvm.org/22.1/docs/getting-started/windows/ .

oyvindberg commented 1 year ago

or hmm, maybe it should have found ni, maybe that's an error on my side.

Try running through those commands (and update the readme in this repo if possible if you get it working) and see where it fails. see if a ni binary has been downloaded with graalvms gu command