summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTim Landscheidt <tim@tim-landscheidt.de>2019-01-25 12:04:08 -0300
committerMartin Michlmayr <tbm@cyrius.com>2019-01-25 12:04:37 -0300
commitd967c3485d09687586527ff206cc2401f099a3d4 (patch)
treed5e0f9fd5faaa1911f695b222f8585c40f48883c /INSTALL.md
parent3d860ffc5b9be8887abd12c6d3ebc34fc5dcac05 (diff)
downloadledger-d967c3485d09687586527ff206cc2401f099a3d4.tar.gz
ledger-d967c3485d09687586527ff206cc2401f099a3d4.tar.bz2
ledger-d967c3485d09687586527ff206cc2401f099a3d4.zip
Add tzdata to build dependencies for Ubuntu
The test suite uses the symbolic time zone name "America/Chicago". To resolve that, the tzdata package needs to be installed. This fixes #1739.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a366dbfd..1d5bedba 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -57,7 +57,7 @@ A: You're probably missing some dependency libraries. If you tried
libboost-date-time-dev libboost-filesystem-dev \
libboost-graph-dev libboost-iostreams-dev \
libboost-python-dev libboost-regex-dev libboost-test-dev \
- doxygen libedit-dev libmpc-dev
+ doxygen libedit-dev libmpc-dev tzdata
----------------------------------------------------------------------