I couldn't get dillo to compile easily on macos, it doesn't seem to detect ssl libraries installed on the system)
you can do this to compile it on macos (tested on M1):
install https://www.xquartz.org/ to have X11
brew install fltk libjpeg #you might also need openssl@3 but unsure
git clone https://github.com/crossbowerbt/dillo-plus/; cd dillo-plus
# update the 1.3.8_1 fltk version
sed 's/1.3.8_1/1.3.9/g' Makefile.options.MacOS > Makefile.options
make -j8
# find binary in ./src/dillo
maybe someone should make a brew package (for both this and dillo-plus)..?
I couldn't get dillo to compile easily on macos, it doesn't seem to detect ssl libraries installed on the system)
you can do this to compile it on macos (tested on M1):
install https://www.xquartz.org/ to have X11
brew install fltk libjpeg #you might also need openssl@3 but unsure
git clone https://github.com/crossbowerbt/dillo-plus/; cd dillo-plus
# update the 1.3.8_1 fltk version
sed 's/1.3.8_1/1.3.9/g' Makefile.options.MacOS > Makefile.options
make -j8
# find binary in ./src/dillo
maybe someone should make a brew package (for both this and dillo-plus)..?