Bassix GTK3 webkit browser Wiki
A very small gtk3-webkit browser that runs well on the raspberry pi3
Brought to you by:
big-bass
dependency
sudo apt-get install cmake
note the screen shot is older but the code to compile is the same
just cd into the directory CMAKE_BACONGUI_GTK-4.4
then
cmake .
screen shot of the terminal output
cmake --build .
screen shot of the terminal output
you can type
cpack
and that will generate a new debian package
screen shot of the terminal output
and if you double click on the deb package it should install
using your built in default package manager
if you prefer using the older make instead that is possible to
sudo make install
and this can be done too if needed
sudo make uninstall
Notes:
I used debian for the cpack demo
but with a small edit to the code in CMakeLists.txt
you could generate a rpm package
the latest version is here in this folder
https://sourceforge.net/projects/bassix-gtk3-webkit-browser/files/CMAKE_BUILDS/
Last edit: big-bass 2021-10-20