aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-17 17:05:44 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-02-17 17:59:51 +0100
commit4731320c0efc12c22283f263106be1c0195467e6 (patch)
tree85b41b928c63ff009777ea307cdc8d2a835d89d7
parentb70b6e700fad0f05d02168f0b4150a4beffe2a97 (diff)
downloadhardware_replicant_libsamsung-ipc-4731320c0efc12c22283f263106be1c0195467e6.tar.gz
hardware_replicant_libsamsung-ipc-4731320c0efc12c22283f263106be1c0195467e6.tar.bz2
hardware_replicant_libsamsung-ipc-4731320c0efc12c22283f263106be1c0195467e6.zip
README: dependencies: Add missing curl
If we remove curl, for instance from the libsamsung-ipc package in scripts/guix.scm: - (inputs (list curl openssl)) + (inputs (list openssl)) It then fails to build: checking for libcurl >= 7.62.0... no configure: error: Package requirements (libcurl >= 7.62.0) were not met: This bug was introduced in commit 397cb23c6cd7e0cf941fd8292dc97c7b612756fd ("tools: Add tool to send SMS from a provider HTTPS interface"). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index f45faca..0fb4bef 100644
--- a/README
+++ b/README
@@ -11,6 +11,7 @@ In order to compile the source code you need the following software packages
- GCC compiler
- GNC C library
- OpenSSL >= 1.0.0e
+- curl >= 7.62.0
To configure run
./configure --prefix=/usr