-
Notifications
You must be signed in to change notification settings - Fork 612
Closed
Labels
🧑💻 dev experiencedeveloper experience (excluding CI)developer experience (excluding CI)🪟 windowsProblems specific to the Windows OSProblems specific to the Windows OS
Description
A lot of tooling in this repository assumes that:
bashexists (and that the user's shell understands hashbangs)- symlinks just work ™️
I think removing these two assumptions will make the repository much more accessible to Windows users.
-
scripts/setup*don't work on Windows, meaning they can't easily install required tooling -
re_web_viewer_serveris configured to fetch theweb_viewerfiles via a symlink which doesn't work when the repository is freshly cloned - a lot of
justrecipes use bash (such aspy-build, which is central to everything regarding thererunwheel)
More investigation needs to be done to find all the other things which don't work on Windows out of the box.
Wumpf and abey79
Metadata
Metadata
Assignees
Labels
🧑💻 dev experiencedeveloper experience (excluding CI)developer experience (excluding CI)🪟 windowsProblems specific to the Windows OSProblems specific to the Windows OS