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
The gmake issue was known, and is reflected in our install scripts (located here). We didn't update it for LEDGER_ENABLED=false though, thanks for pointing that out! Would you like to submit a PR?
Summary of Feature
Build on openbsd fails but easy to fix. (maybe this could be fixed in the future)
Steps to Reproduce & Fix
....
make get_tools && make get_vendor_deps && make install
FIX:
pkg_add gmake
gmake get_tools && gmake get_vendor_deps && gmake install LEDGER_ENABLED=false
For Admin Use
The text was updated successfully, but these errors were encountered: