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