On Thu, 19 Jan 2023 14:02:10 +0100 Xavier Bestel <x...@bes.tel> wrote:
> Le jeudi 19 janvier 2023 à 21:14 +0900, Osamu Aoki a écrit :
> [...]
> > the upstream neovim folks release a functional Debian package nvim-
> > linux64.deb at https://github.com/neovim/neovim/releases/ .
> 
> Unfortunately my laptop is arm64 (it's a Mac M1 with Debian on top),
so
> these packages can't work.
I am using Debian on a Raspberry Pi 4, and I compiled it from source by
these steps:
$ git clone https://github.com/neovim/neovim
$ cd neovim && make CMAKE_BUILD_TYPE=RelWithDebInfo
$ cd build && cpack -G DEB
That would generate a deb file called "nvim-linux64.deb" in the same
current directory, but indeed it's an arm64, even the name is
different.

> I'll just wait.
> 
> Thanks,
> 
>       Xav
> 
> 

Reply via email to