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
Rust first needs to be installed in order to build the bindings (installation instructions).
git clone [email protected]:ssb-ngi-pointer/ssb-validate2-rsjs-node.git
cd ssb-validate2-rsjs-node
cargo install nj-cli
# generate release build of ssb-validate2-rsjs-node
npm run build
# run the tests
npm run test
The build process creates bindings in ./dist/index.node.
If you wish to rebuild the bindings after making changes to the code, use the nj-cli tool:
What's the problem you want solved?
When running
npm -g install fraction/oasis#semver:
on the current stable release of Manjaro-ARM, the build fails with the following:FWIW, this also fails in the same way when building Patchwork, as well as with TOT (
npm -g install .
when in repository)The text was updated successfully, but these errors were encountered: