From f712ad990425a5dff91f722aa9f5aeddb1ebcfb6 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 19 Jun 2023 22:34:00 -0500 Subject: [PATCH] a protobuf... compiler --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc7210..a6b259f 100644 --- a/README.md +++ b/README.md @@ -472,8 +472,8 @@ Currently these are as follows: - ffmpeg 6 (although 4.4 and 5 may also work) - exiftool 12.62 (although 12.50 or newer may also work) -Additionally, pict-rs requires a protobuf during the compilation step to support tokio-console, a -runtime debug tool. +Additionally, pict-rs requires a protobuf compiler during the compilation step to support +tokio-console, a runtime debug tool. Installing these from your favorite package manager should be sufficient. Below are some fun ways to develop and test a pict-rs binary.