repo/glibc/build

11 lines
174 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget https://ftp.gnu.org/gnu/libc/glibc-2.33.tar.gz
2021-07-07 17:27:54 +03:00
tar -xf glibc-2.33.tar.gz
cd glibc-2.33
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"