repo/glibc/build

7 lines
81 B
Text
Raw Permalink Normal View History

mkdir build
cd build
../configure --prefix=/usr
2021-07-08 20:49:15 +03:00
make
2021-07-04 22:40:26 +03:00
make install DESTDIR="$1"