diff --git a/INSTALL b/INSTALL index 2d68eb0a4..df3df0053 100644 --- a/INSTALL +++ b/INSTALL @@ -1,11 +1,27 @@ System Requirements =================== -BCFtools and HTSlib depend on the zlib library . Building -them requires zlib development files to be installed on the build machine; -you may need to ensure a package such as zlib1g-dev (on Debian or Ubuntu Linux) -or zlib-devel (on RPM/yum-based distributions) is installed. +BCFtools and HTSlib depend on the zlib library , the bzip2 +library and liblzma . Building +them requires development files to be installed on the build machine; +note that some Linux distributions package these separately from the library +itself (see below). +The bzip2 and liblzma dependencies can be removed if full CRAM support +is not needed - see HTSlib's INSTALL file for details. + +Packages for dpkg-based Linux distributions (Debian / Ubuntu) are: + + zlib1g-dev + libbz2-dev + liblzma-dev + +Packages for rpm or yum-based Linux distributions (RedHat / Fedora / CentOS) +are: + + zlib-devel + bzip2-devel + xz-devel Compilation ===========