Open pale2hall opened 4 years ago
And here are the steps I needed on Debian unstable:
apt install rustc
apt install libsqlite3-dev libssl-dev
[I actually already had the latter installed.]apt install pkg-config
I didn't need the other steps mentioned above (I just ran the binary directly with ~/path/to/signal-backup-decode
).
I suggest that these various dependencies be explicitly documented in the README
.
But it certainly is an awesome utility - thank you!
Hello,
do you think the changes in #37 are sufficient?
Hello,
do you think the changes in #37 are sufficient?
Thanks! Looks good to me. I'd probably mention apt install rustc
for Debian in the README as well, but that's your call.
Thanks again for your work on this.
Thanks for your feedback!
I added a link to the rust installation page. The website prefers installation using rustup and not the debian package. Thus, I would leave the decision to the user.
Thanks for your feedback!
I added a link to the rust installation page. The website prefers installation using rustup and not the debian package. Thus, I would leave the decision to the user.
Fair enough (although for some reason, I don't see the link to the rust installation page).
I would add: sudo apt install build-essentials
I tried it on a new Ubuntu installation and of course it needed a C compiler..
On Ubuntu 20.04 I had to do the following to get it to compile:
Awesome utility. thank you.