mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
2d00ead2e57653b771354a564f9a760c2ce0d18e
- remove SELinux dependency for now - OSX: find libintl.h - OSX: fix compile errors - OSX: use hack around gettext nonsense - fix gettext on ubuntu - work around Arch's lack of -ltermcap - add README.md
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%