thmsbfft / oryoki

Ōryōki [応量器] is an experimental web browser with a thin interface.
http://oryoki.io/
MIT License
484 stars 32 forks source link

Oryoki on the Raspberry PI #27

Open darquill opened 8 years ago

darquill commented 8 years ago

Hello,

I was able to build and run oryoki on my raspberry and it works perfectly!

oryoki-raspi

Just to let you know that it might be a target market of your browser, since every other browser is currently unavailable or really sluggish on the raspi =)

The only caveat of building under linux (also tried on x86 ubuntu), is that you need to change the CommandManager.js file and replace every instance of Cmd+ with Ctrl+ otherwise shortcuts won't work.

thmsbfft commented 8 years ago

Hey there – super good news, thanks for bringing that up! I'll have to test how OS-specific stuff acts on Linux but given the latest on #3 and what you're showing here it seems like a proper build is within reach.