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
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
At the moment, contributing to Permon is only well supported on Linux. The issues are:
The scripts provided in the bin directory are bash scripts. They are not trivial to get to work on windows. It is not clear to me what the best solution would be. The things I've considered are:
Make .bat version of each script. That is kind of inelegant and creates a lot of redundancy.
Rewrite the scripts in Python. This is in my opinion more viable but might take overly much code compared to the shell version.
The contributor guide is aimed at Linux users and uses Linux commands. This should be made platform independent without making it much more complex.
The text was updated successfully, but these errors were encountered:
At the moment, contributing to Permon is only well supported on Linux. The issues are:
bin
directory are bash scripts. They are not trivial to get to work on windows. It is not clear to me what the best solution would be. The things I've considered are:.bat
version of each script. That is kind of inelegant and creates a lot of redundancy.The text was updated successfully, but these errors were encountered: