Home

Awesome

Viper Browser

Codacy Badge Language grade: C/C++ Build Status

A powerful yet lightweight web browser built with the Qt framework

Licensed under GPLv3

Features

Building

The browser can be built using the cmake build system, by either importing the root CMakeLists file into your IDE of choice or performing the following commands from a console:

$ git clone https://github.com/LeFroid/Viper-Browser.git viper-browser
$ mkdir -p viper-browser/build && cd viper-browser/build
$ cmake ..
$ make

Tests can be ran by setting the ENABLE_TESTING in the cmake configuration.

The binary will be located in the build/src/app folder when following the commands listed above.

Thanks

This project is possible thanks to the work of others, including those involved in the following projects:

All licenses and credits can be found in the file LICENSE