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
Thanks for putting this together. I had to build a version for my linux arm64 and found these minor issues in the ReadMe.md:
Under Building, Checkout source code, remove the semicolon after https:;
Next I had to change the scadformat directory permissions by:
sudo chmod 0777 -R ./scadformat
Of course using 0777 permissions is a no-no, so if you know what permissions are needed, please substitute.
Otherwise it compiled and works nicely, thanks again!
The text was updated successfully, but these errors were encountered:
Thanks for letting me know. I'll fix after the holidays! You've also got me interested to see if I can coerce github Actions into cross-compiling an ARM64 binary.
Thanks for putting this together. I had to build a version for my linux arm64 and found these minor issues in the ReadMe.md:
Under Building, Checkout source code, remove the semicolon after https:;
Next I had to change the scadformat directory permissions by:
sudo chmod 0777 -R ./scadformat
Of course using 0777 permissions is a no-no, so if you know what permissions are needed, please substitute.
Otherwise it compiled and works nicely, thanks again!
The text was updated successfully, but these errors were encountered: