pajowu / signal-backup-decode

Decode Signal Backups
GNU General Public License v3.0
212 stars 17 forks source link

Steps I had to take to get signal-backup-decode to compile on ubuntu 20.04 #33

Open pale2hall opened 3 years ago

pale2hall commented 3 years ago

On Ubuntu 20.04 I had to do the following to get it to compile:

Awesome utility. thank you.

tmo1 commented 3 years ago

And here are the steps I needed on Debian unstable:

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!

mutlusun commented 3 years ago

Hello,

do you think the changes in #37 are sufficient?

tmo1 commented 3 years ago

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.

mutlusun commented 3 years ago

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.

tmo1 commented 3 years ago

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).

weskandar commented 2 years ago

I would add: sudo apt install build-essentials

I tried it on a new Ubuntu installation and of course it needed a C compiler..