neovim/README.md

27 lines
321 B
Markdown
Raw Normal View History

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