neovim/third-party
John Szakmeister 97bb24d4e5 third-party: enable verbose builds of luajit and libuv
Libuv and LuaJIT like to hide the actual compilation and linking
commands behind nice text.  This change makes them spit out the actual
command line to help us with debugging issues that people are seeing.
2015-11-10 06:19:08 -05:00
..
cmake third-party: enable verbose builds of luajit and libuv 2015-11-10 06:19:08 -05:00
CMakeLists.txt deps: Update to libtermkey 0.18. 2015-10-07 21:28:09 +02: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.