repo/talloc-lib/build

8 lines
160 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget https://www.samba.org/ftp/talloc/talloc-2.3.3.tar.gz
2021-07-16 03:05:23 +03:00
tar -xf talloc-2.3.3.tar.gz
cd talloc-2.3.3
./configure --prefix=/usr
make
make DESTDIR="$1" install