chase / awrit

A full graphical web browser for Kitty terminal with mouse and keyboard support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-essential:command not found

SureshPradhana opened this issue · comments

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:

  • sudo apt-get install build-essential
  • sudo apt-get install ninja-build
  • sudo apt-get install cmake
    Despite having installed the prerequisites, the issue still persis

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?

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

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

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.

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?

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