Skip to content

The simple browser based on litehtml engine (linux)

License

Notifications You must be signed in to change notification settings

TadaCZE/litebrowser-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

litebrowser-linux

This is my personal fork of litebrowser, a simple browser based on my fork of the litehtml engine for Linux and Mac.

Debian Build instructions

Clone this repository and build the litebrowser executable:

sudo apt install build-essential cmake xxd libpoco-dev fontconfig libgtkmm-3.0-dev libcurl4-openssl-dev libcairo2-dev libpango1.0-dev libpangocairo-1.0-0
git clone --recursive https://github.com/TadaCZE/litebrowser-linux.git
cd litebrowser-linux
mkdir build
cd build
cmake ..
make

About

The simple browser based on litehtml engine (linux)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.9%
  • CMake 7.1%