saalfeldlab / n5-utils

simple standalone BigDataViewer for multiple N5 (or HDF5) datasets
Other
8 stars 16 forks source link

windows support #21

Open d-v-b opened 4 years ago

d-v-b commented 4 years ago

I'm working on supporting deployment of n5-utils on windows machines. one approach is to use the windows subsystem for linux + xming; this works, but it's kind of annoying to mount network drives onto the WSL. The other approach is to build n5-utils natively for windows. For that, the install script should probably not be bash, but rather something more platform-independent. I'm working on a python version that creates n5-view, n5-copy etc as bash scripts or ... whatever windows shell scripts are called... based on the platform.

d-v-b commented 4 years ago

follow-up from offline conversation: look into jgo for this