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 was archived by the owner on Nov 6, 2023. It is now read-only.
I tested installing for dev on OSX. I was able to get install-dev-dependencies.sh to work without too much issue. When I go to run the tests though I run in to ./make.sh: line 150: sha1sum: command not found
After a little research is appears shasum could be used instead on OSX, so perhaps a minor issue. I was able to get further by linking to shasum, but then ran into other errors. I'm not really a Mac person, so I stopped there.
(this is a low priority for me)
Type: code issue
I tested installing for dev on OSX. I was able to get install-dev-dependencies.sh to work without too much issue. When I go to run the tests though I run in to
./make.sh: line 150: sha1sum: command not foundAfter a little research is appears shasum could be used instead on OSX, so perhaps a minor issue. I was able to get further by linking to shasum, but then ran into other errors. I'm not really a Mac person, so I stopped there.