# We will need this only if we decide to support the twoBitOpenExternalBptIndex
# functionality. See README.txt in this folder and
# Rtwobitlib/src/kent/NOTES.txt for more information.

You need openssl and its header files in order to install Rtwobitlib from
source.

To install openssl & header files on Linux:
  * Ubuntu and Debian Linux:
      In a terminal, type the following command:
         sudo apt-get install libssl-dev
  * RedHat, Fedora, and CentOS Linux:
      In a terminal, type the following command:
         sudo yum install openssl-devel
  * SuSE Linux: 
      Use yast to install openssl-devel.
  * Gentoo Linux: 
      Get dev-libs/openssl.

Instructions for Windows and Mac coming soon...

