1
mirror of https://github.com/neovim/neovim.git synced 2025-01-02 17:33:28 -07:00
neovim/third-party
John Szakmeister 5d0f8b63e3 Revert "build: don't download and extract tarball if source is already present"
This reverts commit 9065898264.

It failed to work correctly on a fresh clone.  See .
2014-11-08 05:43:17 -05:00
..
cmake Revert "build: don't download and extract tarball if source is already present" 2014-11-08 05:43:17 -05:00
CMakeLists.txt Prefer to SHA1 other than MD5 in third-party downloads 2014-11-07 16:07:26 +08: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.