newsboat does not compile on Slackware 14.2
by cdek from LinuxQuestions.org on (#5FA2Z)
I'm trying to compile newsboat on 14.2, but receive an error about cargo not being found. Cargo seems to be the package manager for rust.
Code:cargo build --package libnewsboat-ffi --verbose --release
make: cargo: Command not found
make: *** [/tmp/SBo/newsboat-2.22.1/target/release/libnewsboat.a] Error 127
Makefile:138: recipe for target '/tmp/SBo/newsboat-2.22.1/target/release/libnewsboat.a' failed
Failures:
newsboat: newsboat.SlackBuild return non-zeroI think that rust should be installed on my system, but I don't see it (it's a recent, standard full installation of 14.2).
On slackbuilds.org there's a slackbuild for rustup. Do I need to install this to compile newsboat?


Code:cargo build --package libnewsboat-ffi --verbose --release
make: cargo: Command not found
make: *** [/tmp/SBo/newsboat-2.22.1/target/release/libnewsboat.a] Error 127
Makefile:138: recipe for target '/tmp/SBo/newsboat-2.22.1/target/release/libnewsboat.a' failed
Failures:
newsboat: newsboat.SlackBuild return non-zeroI think that rust should be installed on my system, but I don't see it (it's a recent, standard full installation of 14.2).
On slackbuilds.org there's a slackbuild for rustup. Do I need to install this to compile newsboat?