From 9c10a90cac7037d14b8b0d9d6a0ac2584199278b Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 17 May 2019 18:15:50 -0400 Subject: [PATCH] Document dependencies --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f77d5a..b756367 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?c ## Building +aerc depends on: + +- go (compile-time) +- scdoc (compile-time) +- libvterm (compile & runtime) + $ make ## Installation