From bdcba088884f5a73db59faf3ed98d6ac4fcb8429 Mon Sep 17 00:00:00 2001 From: Geoffrey Van Landeghem Date: Sun, 18 Feb 2024 13:28:13 +0100 Subject: [PATCH] add missing build dependency to README (#892) --- indi-libcamera/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/indi-libcamera/README.md b/indi-libcamera/README.md index 39d8111ef..0d49d7d0c 100644 --- a/indi-libcamera/README.md +++ b/indi-libcamera/README.md @@ -3,6 +3,12 @@ with IMX219. It is still under heavy development and not ready for production. COMPILING +Install additional build dependency: + +``` +sudo apt-get install libboost-program-options1.74-dev +``` + Go to the directory where you unpacked indi_asi sources and do: ```