I just built a simple app for Raspberry Pi which has an HTMLViewer which returned the following message:
“HTMLViewer requires libwebkit/libwebkitgtk or libgtkhtml”
Does anyone know how to install what it needs?
I just built a simple app for Raspberry Pi which has an HTMLViewer which returned the following message:
“HTMLViewer requires libwebkit/libwebkitgtk or libgtkhtml”
Does anyone know how to install what it needs?
From the Raspberry Pi Overview page:
sudo apt-get install libwebkitgtk-1.0.0
Thank you Paul!!! I’ll read the whole page.
Worked PERFECTLY! Thank you!!!