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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: