Open xandey opened 1 year ago
Possibly we should recommend make PREFIX=~/.local install
instead of make install
? It doesn't require root and can use user-defined path to cargo
I'm facing the same issue and not able to install it on ubuntu 22.04
Hi I've been using neovim-gtk for a while. I'm always confused when I try to install it though. How do you guys install this on fresh machines.
I've tried following the README instructions (ubuntu 22.04)
sudo apt install libgtk-4-dev
cargo build --release
Now I try to install it, I tried:
sudo DESTDIR=/usr/local make install
but that complains that root doesn't have access to cargo. Googling a little tells me that sudo shouldn't have access to cargo installed from rustup. Maybe I"m wrong? I'd like to use this and have the icons installed.Technical information (please complete the following information):