netsukuku/Install-Ntk-Debug.sh

8 lines
83 B
Bash
Raw Normal View History

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