neovim/third-party
John Szakmeister f0ab7c2ec1 third-party: use the official jemalloc tarball
This avoids messages to stderr about VERSION being missing, and allows
us to skip the autogen step.
2015-05-11 07:02:47 -04:00
..
cmake third-party: use the official jemalloc tarball 2015-05-11 07:02:47 -04:00
CMakeLists.txt third-party: use the official jemalloc tarball 2015-05-11 07:02:47 -04:00
README.md Revamp the build system. 2014-03-21 15:22:00 -04:00

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.