Issues installing executables #2
-
Running Ubuntu 22.04, rust 1.64.0-nightly I've been trying to follow the demo from https://github.com/LNP-BP/nodes/blob/master/contrib/demo-rgb.sh . After running:
I am not able to execute any of the downloaded executable:
I tried to also use: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It seems I have overestimated abilities of new cargo It says:
It means that simplified way of installation with a single package like these You can see the list of what have to be installed (with their versions) here Lines 48 to 56 in f4c16ef and here Lines 60 to 64 in f4c16ef Just use |
Beta Was this translation helpful? Give feedback.
It seems I have overestimated abilities of new cargo
bindeps
feature https://rust-lang.github.io/rfcs/3028-cargo-binary-dependencies.htmlIt says:
It means that simplified way of installation with a single package like these
lnpbp_nodes
/lnpbp-cli
can't exist and all components has to be installed separately :(You can see the list of what have to be installed (with their versions) here
nodes/cli/Cargo.toml
Lines …