Menu

[0c50c7]: / README-git.md  Maximize  Restore  History

Download this file

45 lines (29 with data), 545 Bytes

To install from the sourceforge git repository

Prerequisites

You'll need autotools and related packages

  • autoconf
  • automake
  • autoheader

You'll also need packages:

  • texinfo

Get sources

Sources are in git.

   $ git clone git://git.code.sf.net/p/bashdb/code bashdb-code
   $ cd bashdb-code

Build configure

   $ bash ./autogen.sh

Make code

   $ bash ./configure

Make and test code

   $ make # but I prefer remake better
   $ make check

Install

$ make install # may need sudo

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.