Bassix GTK3 webkit browser Wiki
A very small gtk3-webkit browser that runs well on the raspberry pi3
Brought to you by:
big-bass
latest is 4.5
dependency
sudo apt-get install cmake
sudo apt-get install libfltk1.3-dev libfltk-images1.3
note the screen shot is older but the code to build is the same
just cd into the directory BACONGUI_FLTK-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/