An open API service indexing awesome lists of open source software.

https://github.com/trepan-debuggers/bashdb

Bash debugger (code imported from sourceforge)
https://github.com/trepan-debuggers/bashdb

bash debugger

Last synced: 10 months ago
JSON representation

Bash debugger (code imported from sourceforge)

Awesome Lists containing this project

README

          

# 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