diff options
author | Randy Ramos <rramos1295@gmail.com> | 2017-11-10 08:16:30 -0500 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2017-11-10 16:01:18 +0100 |
commit | cf90f5f0178afa8c162148480e27914a83b5b031 (patch) | |
tree | 72b4231a5f5bd889e8937adb92d5774910403123 | |
parent | fb26c8fdd0d25bee7fdca8722b334e6eee9fa528 (diff) | |
download | calcurse-cf90f5f0178afa8c162148480e27914a83b5b031.tar.gz calcurse-cf90f5f0178afa8c162148480e27914a83b5b031.zip |
Document build dependencies
Signed-off-by: Randy Ramos <rramos1295@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -4,6 +4,16 @@ calcurse Building -------- +Install the following build dependencies. If your distro segments development +files from core packages (i.e., \*-devel or \*-dev packages), you may need to +install those as well: + +* gcc +* automake +* asciidoc +* gettext with development files +* ncurses with development files + If you are using a release tarball, the following commands can be used to build and install calcurse: |