From 4f3ce35cb9f6e9beb6fde2969d5b7c0ffd578e28 Mon Sep 17 00:00:00 2001 From: w00fpack Date: Thu, 25 Nov 2021 08:51:38 -0500 Subject: [PATCH] Updated README.md's requirements and examples --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0be6fe6..39e17751 100755 --- a/README.md +++ b/README.md @@ -28,14 +28,18 @@ Please check under releases ## Requirements Please see https://www.dillo.org for requirement details. -FLTK +*FLTK 1.3 +* mbedtls + +### Optional +* wget - for downloads ## INSTALLATION AND COMPILING There is an INSTALL file in this repository that might be of value. You can also visit https://www.dillo.org for installation details details. ./autogen.sh -./configure --enable-ssl +./configure --prefix=/usr --sysconfdir=/etc --enable-ssl --with-ca-certs-dir=/etc/ssl/certs make make install