aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-11-03 21:28:07 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-11-04 12:11:37 +0100
commit377694681cfe89c499064e228d7223ff495dbb13 (patch)
tree7be648e037d5ead1bc5da98c435554ddaaeac3e2 /README.md
parent47473b39cb2b88c660e5a9959836440d5cd25d76 (diff)
downloadrneovim-377694681cfe89c499064e228d7223ff495dbb13.tar.gz
rneovim-377694681cfe89c499064e228d7223ff495dbb13.tar.bz2
rneovim-377694681cfe89c499064e228d7223ff495dbb13.zip
build: dependencies: specify minimum versions
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index fe78cdd522..fd89456a96 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,10 @@ To list all targets:
cmake --build build --target help
-To skip "bundled" (`third-party/*`) dependencies, define `USE_BUNDLED=NO`.
+To skip "bundled" dependencies (`third-party/*`) define `USE_BUNDLED=NO`:
+
+ sudo apt install gperf libluajit-5.1-dev libunibilium-dev libmsgpack-dev libtermkey-dev libvterm-dev libjemalloc-dev
+ make USE_BUNDLED=NO
See the [Building Neovim](https://github.com/neovim/neovim/wiki/Building-Neovim) wiki page for details.