Skip to content
R. Bernstein edited this page Nov 1, 2019 · 3 revisions

To get the code, install git and run in a ksh shell:

$ git clone git://github.com/rocky/kshdb.git
$ cd kshdb
$ ksh ./autogen.sh  # optional configure options go here. See ./configure --help 

If you’ve got a suitable ksh93v installed, then

$ make && make test

See the section below on what to do if a test fails see Working with tests.

To try on a real program such as perhaps `/etc/profile`:

$ ./kshdb /etc/profile # substitute /etc/profile with your favorite ksh script

If you are happy and “make test” above worked, install via:

$ sudo make install

and uninstall with:

$ sudo make uninstall # ;-)

See INSTALL in the repository for generic configure installation instructions.

Clone this wiki locally