Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 513 Bytes

installation.md

File metadata and controls

22 lines (18 loc) · 513 Bytes

to download BATH:

(Coming Soon) Please select the correct binaries from the releases section of the BATH GitHub page.

to clone a copy of the BATH source code from GitHub:

   % git clone https://github.com/TravisWheelerLab/BATH
   % cd BATH
   % git clone https://github.com/TravisWheelerLab/easel
   % cd easel
   % git checkout BATH
   % cd ..
   % autoconf

and to build:

   % ./configure
   % make
   % make install               # optional: install BATH programs, man pages