BFergerson / Journey

JCEF-powered cross-platform web browser
Apache License 2.0
99 stars 26 forks source link

LINUX 32bit OS #33

Open idamanakis opened 4 years ago

idamanakis commented 4 years ago

Hi,

There is a plan to support also 32 bit os like rasbian for raspberry pi 3?

Thank you

luckcolors commented 4 years ago

This would be very usefull. It will make the zip size bigger though. I've checked it and it doesn't seem that the libcef is getting compressed with something more than zip. The most space effecient would be to have a singular 7z/lzma2 (or other better compression) with all the different libcef builds in it and then to selectively uncompress the right one. I would be intrested in helping with this.