netsukuku/Install-Ntk-Debug.sh

8 lines
83 B
Bash
Executable File

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