neovim/third-party
Thiago de Arruda 646ab30858 Add Lua 5.1 as a third party dep
Also add a functionaltest-lua target to run the functional tests using the lua
interpreter and corresponding helper to top-level Makefile
2016-03-07 14:38:39 -03:00
..
cmake Add Lua 5.1 as a third party dep 2016-03-07 14:38:39 -03:00
CMakeLists.txt Add Lua 5.1 as a third party dep 2016-03-07 14:38:39 -03:00
README.md Revamp the build system. 2014-03-21 15:22:00 -04:00

README.md

Third party dependencies for neovim

This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.

Most of the details are captured in the CMakeLists.txt, but we have a dedicated directory in case any of the dependencies requires patching and other support.