Lyude / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
159 stars 10 forks source link

Bug in documented installation procedure #92

Open xandey opened 1 year ago

xandey commented 1 year ago

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)

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):

vrutkovs commented 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

adrian-martinez-dev commented 11 months ago

I'm facing the same issue and not able to install it on ubuntu 22.04