A simple browser based on the litehtml engine for Linux and Mac. See litebrowser for the Windows version.
Install dependencies:
- POCO C++ Libraries
- vim-core for xxd
Install dependencies using Homebrew:
brew install gtkmm3 gtk+3 poco
Clone this repository and build the litebrowser
executable:
git clone --recursive https://github.com/litehtml/litebrowser-linux.git
cd litebrowser-linux
mkdir build
cd build
cmake ..
make