fzNavigator

A simple web Navigator based on Chromium, writed in c++ using Qt(5>=5.14.1) framwork

This project is maintained by faouziMohamed

FzNavigator Build Status

GitHub license GitHub language count GitHub top language Codacy Badge
A simple web Navigator based on Chromium, written in c++ using Qt(5.14.1) framework

Sections of this documentation

Requirements

### On Windows

### On Linux (Ubuntu 18.04 LTS)

Download the binary File

Build and run

Easiest way

Use Qt Creator and open the fzNavigator.pro file the hit the run buttonrun button to build and run.

The CMake way (Linux/Unix only)

Generate a Makefile

For more option : Cmake doc

Finally use this command to compile with CMake :

cmake -DCMAKE_PREFIX_PATH=/home/me/Qt5/gcc_64 -B _build

Build and run

Assuming that the Makefile is generated into the _build folder

$ cd _build
$ make
# Run the program with 
$ ./FzNavigator

QT 5