From f1800795869cb5971425e3bb6133138024b09d21 Mon Sep 17 00:00:00 2001 From: Sudhi Herle Date: Wed, 27 Apr 2022 08:59:18 +0530 Subject: [PATCH] Updated README with dependencies --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be53378..4e1c768 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,19 @@ The sign, verify, encrypt, decrypt operations can use OpenSSH Ed25519 keys files to any recipient identified by their comment in `~/.ssh/authorized_keys`. ## How do I build it? -With Go 1.13 and later: +You need two things: + +1. Protobuf compiler: + + On Debian based systems: `apt install protobuf-compiler` + + Consult your OS's package manager to install protobuf tools; + these are typically named 'protobuf' or 'protoc'. + +2. go 1.13+ toolchain + + +Next, build sigtool: git clone https://github.com/opencoff/sigtool cd sigtool