repo/libtool/build

8 lines
163 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz
2021-07-16 03:05:23 +03:00
tar -xf libtool-2.4.6.tar.xz
cd libtool-2.4.6
./configure --prefix=/usr
make
make DESTDIR="$1" install