mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
8253e29971c54310434ee93d987a99994769d717
Dependencies
For Ubuntu 12.04:
sudo apt-get install build-essential cmake libncurses5-dev
TODO: release the Dockerfile which has this in it
TODO: Arch instructions
TODO: OSX instructions
Building
To generate the Makefile
s:
make cmake
To build and run the tests:
make test
Description
Languages
Vim Script
41.1%
Lua
29.7%
C
28.1%
CMake
0.4%
Python
0.3%
Other
0.2%