You'll need autotools and related packages
- autoconf
- automake
- autoheader
You'll also need packages:
- texinfo
Sources are in git.
$ git clone https://github.com/Trepan-Debuggers/bashdb
$ cd bashdb
$ bash ./autogen.sh
$ bash ./configure
$ make # but I prefer remake better
$ make check
$ make install # may need sudo