bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.63k stars 731 forks source link

Is this javacpp-presets opencv supports WINE system. #1130

Open vishalvaza opened 2 years ago

vishalvaza commented 2 years ago

I am trying to use javacpp-presets opencv with WINE operating system, Does it supports it?

saudet commented 2 years ago

What is WINE?

junlarsen commented 2 years ago

What is WINE?

See https://www.winehq.org/

I assume it might? run under wine, but because it's a windows-to-posix translator runtime you never know

saudet commented 2 years ago

Right, do you mean ReactOS maybe? It should work, yes, but I don't think it was ever tested.

bradh commented 2 years ago

What are you trying to achieve with WINE? The presets should work fine on Linux and Windows, so why not just run it natively on whatever the OS is?

bradh commented 2 years ago

@vishalvaza Can you clarify your needs here?