Closed astrale-sharp closed 3 years ago
An error message says: "Please verify that version 0.5.2 or higher of the capnp executable is installed on your system"
Have you got capnp installed locally?
Before the build try:
sudo apt-get install ccache cmake make g++-multilib gdb \
pkg-config coreutils python3-pexpect manpages-dev git \
ninja-build capnproto libcapnp-dev
(From https://github.com/rr-debugger/rr/wiki/Building-And-Installing )
If the above package installations don't not fix the issue, try building rr from source as an experiment before trying to build rd again)
Thanks it worked like a charm!
I dont see sudo apt-get install ccache cmake make g++-multilib gdb \ pkg-config coreutils python3-pexpect manpages-dev git \ ninja-build capnproto libcapnp-dev
in the read.me, you want me to add it in a PR?
btw cargo install rd
still doesnt work
I added the instructions to the README. (I've reduced the list of packages required a bit)
What's the problem you're facing with cargo install rd
?
Oh sorry cargo install rd
will NOT work as I've not put the rd on crates.io yet -- sorry for the confusion -- duh :-).
(whenever you want to install from a local directory using cargo you need to do cargo install --locked --force --path .
)
To install I would recommend looking at https://github.com/sidkshatriya/rd#installing-rd for more info
as I've not put the rd on crates.io yet
Should that crate name be reserved for rd? It looks unsquatted as for now.
Yes I'm aware it's still not taken -- I plan to publish on crates.io soon.
Hi there ! I couldnt compile the project.
My hardware spec :