w3m
- is a text-based web browser
Installation
brew install gdk-pixbuf
brew install xquartz
brew install imlib2
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Headers/X11 /usr/local/include/X11
git clone https://github.com/tats/w3m
cd w3m
./configure --enable-image --with-ssl=/usr/local/opt/openssl --with-imagelib=imlib2
sudo make