From d967c3485d09687586527ff206cc2401f099a3d4 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Fri, 25 Jan 2019 12:04:08 -0300 Subject: 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. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.md') 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 ---------------------------------------------------------------------- -- cgit v1.2.3