Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 530 Bytes

README-git.md

File metadata and controls

44 lines (29 loc) · 530 Bytes

To install from the Github 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 https://github.com/Trepan-Debuggers/bashdb
   $ cd bashdb

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