Skip to content

Commit

Permalink
Updated README.md's requirements and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fpack committed Nov 25, 2021
1 parent 904a915 commit 4f3ce35
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f3ce35

Please sign in to comment.