Bashdb install

来源:互联网 发布:linux mysql 密码 编辑:程序博客网 时间:2024/05/17 16:16

Precondition: Make sure the bash with correct version has been installed.

 

configure, build, test, and install the debugger:

       1. cd bashdb-3.x... # <-- put name of release for 3.x...
       2. ./configure      # use --with-bash-src to speed up bash debugging
       3. make && make check
       4. su -c 'make install'

 

On systems which don't install GNU Make by default you may have to use "gmake" instead of "make".

原创粉丝点击