💾 Archived View for nicwaller.com › awesome-gemini › clients-terminal › asuka.gmi captured on 2022-07-16 at 13:34:48. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-06-11)
-=-=-=-=-=-=-
⚠️ Make sure your CPU architecture is x86_64.
The first time I tried using Asuka, I tried to build it on an aarch64 (ARM) CPU. That failed with errors compiling regex_syntax. I emailed the author, Julien, and he quickly replied to help set me on the right track. So make sure you're using an x86_64 CPU (Intel or AMD) before getting started.
git clone https://git.sr.ht/~julienxx/asuka sudo apt -y install gcc libncurses5-dev libssl-dev cargo build --release
It basically works, but it crashes for me a LOT. I get exit code 101 when I do any of:
- Press "B" for Bookmarks
- Press "a" to bookmark the current URL
- Click anywhere with the mouse cursor
Weirdly, the panic did not produce an associated backtrace.
There is no inline help available by pressing "h" or "?"
No quick jumping through numbered links
Nic's Rating: 1/5 stars ★☆☆☆☆
Review date: 2022-06-14