Skip to content

A simple browser based on the litehtml engine for Linux and Mac.

License

Notifications You must be signed in to change notification settings

prantlf/litebrowser-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

litebrowser-linux

A simple browser based on the litehtml engine for Linux and Mac. See litebrowser for the Windows version.

Pre-requisites on Linux

Install dependencies:

Pre-requisites on Mac

Install dependencies using Homebrew:

brew install gtkmm3 gtk+3 poco

Common Build instructions

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

About

A simple browser based on the litehtml engine for Linux and Mac.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.2%
  • CMake 12.8%