repo/glibc/build
2021-08-28 10:05:07 +02:00

6 lines
81 B
Text
Executable file

mkdir build
cd build
../configure --prefix=/usr
make
make install DESTDIR="$1"