chase / awrit

A full graphical web browser for Kitty terminal with mouse and keyboard support
Other
431 stars 14 forks source link

build-essential:command not found #23

Closed SureshPradhana closed 1 year ago

SureshPradhana commented 1 year ago

When I attempt to use the command build-essential ninja-build cmake, an error is being thrown indicating that build-essential is not a command . I followed the steps below to install the prerequisites:

chase commented 1 year ago

Indeed it isn't a command, but packages that are available on Ubuntu. Since there are seemingly endless variants on Linux with different package names and package managers, I don't provide steps for every distro.

Since it seems you're using a Debian or Ubuntu variant, it should work. Can you provide the exact errors you're encountering while building?

SureshPradhana commented 1 year ago

It installed fine. I was running the installation commands in the wrong directory. Also, I mistook build-essential ninja-build cmake for command.

SureshPradhana commented 1 year ago

I am facing another issue. unable to navigate the web page using the mouse.

chase commented 1 year ago

I am facing another issue. unable to navigate the web page using the mouse.

It's possible it has broken in newer versions of Kitty, I haven't upgraded in some time. Please make another issue for it and provide the version of Kitty you're using.

SureshPradhana commented 1 year ago

In Kitty version 0.21.2, mouse navigation is not working, while in the latest version, 0.29.2, it is functioning properly. Should I create an issue for this?

chase commented 1 year ago

Ah, that is quite an old version.

I'm not sure what minimum version of Kitty is required to be honest, but I'm currently using 0.28.1.

I'll edit the README to state that as the minimum version. Thank you for helping