netsukuku/Install-Ntk-Debug.sh

7 lines
83 B
Bash
Executable file

#!/bin/sh
make clean
autoreconf -i
CFLAGS="-g" ./configure
make
sudo make install