Skip to content

rustypig91/kiosk-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kiosk-browser

A minimal kiosk-mode web browser built with Qt6 in C++.

Requires Qt6 libraries and CMake.

Directory layout

  • src/ – source code
  • CMakeLists.txt – build script

Setup example on Ubuntu

Install the required Qt6 packages:

sudo apt update
sudo apt install qt6-base-dev qt6-webengine-dev cmake build-essential

or for Qt5

sudo apt update
sudo apt install libqt5websockets5-dev libqt5webkit5-dev cmake build-essential

Building the project

Run these commands from the project root:

mkdir build
cd build
cmake .. # or cmake .. -DUSE_QT6=1 or cmake -DCMAKE_BUILD_TYPE=Debug ..
make
./kiosk-browser

About

A Qt6 based minimal web browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors