kconfig-frontends/xs_build.sh

8 lines
74 B
Bash
Executable File

#!/bin/sh
autoreconf -i
./configure
make
sudo make install
sudo ldconfig