Brief installation instructions 
HMMER 3.4 (Aug 2023)

Starting from a source distribution, hmmer-3.4.tar.gz:
   uncompress hmmer-3.4.tar.gz  
   tar xf hmmer-3.4.tar
   cd hmmer-3.4
   ./configure
   make
   make check                        # optional: automated tests
   make install                      # optional: install HMMER programs and man pages
   (cd easel; make install)          # optional: install Easel tools too

For more details including customization, supported platforms, and
troubleshooting, see the Installation chapter in the HMMER User's
Guide (Userguide.pdf).




