I downloaded the Jumanji browser for my Pandora and really liked it, but I was curious about why it's been over 2 years without an update. I saw that the developers started over (or something like that), so I figured I might as well see if I can compile it for the Pandora since no one else seems to want to. I tried using the guide on PandoraLive that showed you how to port Arkanoid as a reference, but it hasn't been much help. Please note that I don't know how to code, and that I'm mainly a Windows person, but my time with my Pandora has gotten me used to fiddling with command line stuff. If it turns out that I'll have to modify code to get Jumanji working on the OpenPandora, I'll probably just end up giving up on this.
Anyway, when I first tried compiling Jumanji with "make" on Code Blocks (the SD card I'm using it on is 8GB and formatted to ext2) I got messages stating that girara-gtk3, webkitgtk-3.0, and javascriptcoregtk-3.0 were not found in the pkg-config search path. It also said that it couldn't find "girara/datastructures.h" so I downloaded the Girara 0.1.9 source code as well (Girara is developed by the same people and is called a "user interface library"). I tried compiling it with make (the Jumanji website says that you need Girara installed to compile Jumanji, but I figured I could just tell it to look wherever the compiled version of Girara was on my SD card for that), but I ran into another issue. This time it said it couldn't find "glib.h" in the exact same format Jumanji had an error with "girara/datastructures.h"
Are either of these types of problems common for beginners? Searching around on DuckDuckGo for a few hours total hasn't given me any help that worked.
I'm at a loss now, but I'd really like to get this working because this version of Jumanji supports Adblock Plus filter lists and Userscripts, and I can't use a browser without the former - it's too annoying.
Anyway, when I first tried compiling Jumanji with "make" on Code Blocks (the SD card I'm using it on is 8GB and formatted to ext2) I got messages stating that girara-gtk3, webkitgtk-3.0, and javascriptcoregtk-3.0 were not found in the pkg-config search path. It also said that it couldn't find "girara/datastructures.h" so I downloaded the Girara 0.1.9 source code as well (Girara is developed by the same people and is called a "user interface library"). I tried compiling it with make (the Jumanji website says that you need Girara installed to compile Jumanji, but I figured I could just tell it to look wherever the compiled version of Girara was on my SD card for that), but I ran into another issue. This time it said it couldn't find "glib.h" in the exact same format Jumanji had an error with "girara/datastructures.h"
Are either of these types of problems common for beginners? Searching around on DuckDuckGo for a few hours total hasn't given me any help that worked.
I'm at a loss now, but I'd really like to get this working because this version of Jumanji supports Adblock Plus filter lists and Userscripts, and I can't use a browser without the former - it's too annoying.