25 lines
385 B
Markdown
25 lines
385 B
Markdown
neovim nightly
|
|
=
|
|
https://github.com/neovim/neovim/archive/refs/tags/nightly.tar.gz
|
|
|
|
``` sh *** build ***
|
|
luarocks install lpeg
|
|
pkg link gnu luarocks
|
|
mkdir -p build
|
|
cd build
|
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pkg/gnu/neovim
|
|
make -j&(nproc)
|
|
make install
|
|
```
|
|
|
|
``` cfg *** build deps ***
|
|
luv
|
|
tree-sitter
|
|
unibilium
|
|
utf8proc
|
|
```
|
|
|
|
``` cfg *** run deps ***
|
|
luajit
|
|
```
|