From 015aa6e6e509759521b927f88af995efe3c9365d Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 3 Sep 2025 16:57:50 -0500 Subject: [PATCH] readme: add libssl-dev Signed-off-by: Robert Nelson --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 38599a6..5c7b082 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,11 @@ Daily CI Builds: https://gitlab.com/beagle-rootfs/beaglev-fire-ubuntu ``` sudo apt update ;\ -sudo apt-get install -y bison bmap-tools dosfstools genimage flex libelf-dev libyaml-dev mtools +sudo apt-get install -y bison bmap-tools dosfstools flex libelf-dev libssl-dev libyaml-dev mtools +``` + +``` +sudo apt-get install -y genimage ``` # Building Microchip Linux tree