boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
440 stars 33 forks source link

protoc is an undocumented prerequisite #289

Closed foxyseta closed 2 weeks ago

foxyseta commented 1 month ago

protoc seems to be a necessary prerequisite for the build. Should this be documented somewhere?

boxdot commented 1 month ago

I think we can add it to the readme.

foxyseta commented 3 weeks ago

Same for pearl actually, right?

boxdot commented 3 weeks ago

Indeed, we are building openssl because it is used in sqlcipher as crypto library, and for that we need perl. It is unfortunate, but the only way not to require it is to require openssl (or other cryptographic backend being installed). I will add it to the readme.