From ffaedf0c19375e6968e33928038a8229a2323d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20J=C3=BCrges?= <jurges@astron.nl> Date: Tue, 8 Aug 2017 10:01:05 +0000 Subject: [PATCH] Task #10072: Added info about a package dependency of casa-core on Debian. --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index 1ada167c978..ee42cb3f068 100644 --- a/INSTALL +++ b/INSTALL @@ -58,6 +58,7 @@ For Debian/Ubuntu (likely incomplete list, but goes a long way): apt-get install python-pygresql python-psycopg2 python-mysql.connector # python mysql and postgresql interfaces apt-get install python-mock python-django # for some SAS/ tests apt-get install postgresql # optional, for some SAS/OTDB_Services/ tests + apt-get install libhdf5-dev # optional, required by casacore-dev from the KERN-2 suite. For CentOS/Fedora (likely incomplete list, but goes a long way): -- GitLab