From 18a3e10e92efbccf97d475f7ec673b52b4dbf3ac Mon Sep 17 00:00:00 2001 From: kn Date: Mon, 12 Jan 2026 15:05:35 +0100 Subject: [PATCH] List libssl-dev with linux requirements --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a096be5..028f29e8 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,10 @@ TODO * Get and install node binaries from https://nodejs.org/en/download/ * On x64 Debian, the following packages should be sufficient: - build-essential - - cmake - - git - - uuid-dev + - cmake + - git + - uuid-dev + - libssl-dev * build_clean_linux64.sh should build the binaries and dev packages on Linux. The results are located in "build_linux64/Output". ## Dependencies / Prerequisites (on ARM Linux)