The armv6 repo appears to only have two options for internet browsers: Lynx and Dillo3. (In fact, the armv6 lacks a lot of things... I drool at the options hiding away in the other repos.)
Seeing epiphany was on armv7, I figured it ought to be doable building it for armv6. I git cloned the source code, got meson for building, and... It complained I didn't have linkers gcc-ar, ar, or gar. Playing around, I tried to run gcc-ar, and it says,
"Error whie loading shared libraries: libfl.so.2: cannot open shared object file: No such file or directory."
I may be in over my head building this thing. I've never used meson before, only gcc for C projects. I'm not asking for the answer to how to do it, just a general procedure of how to solve this type of problem. Or any words of widsom for that matter. Please be kind to the newb.
Thanks for your time,
Michael