repo/talloc-lib/build
2021-07-16 22:33:05 +02:00

7 lines
160 B
Text
Executable file

wget https://www.samba.org/ftp/talloc/talloc-2.3.3.tar.gz
tar -xf talloc-2.3.3.tar.gz
cd talloc-2.3.3
./configure --prefix=/usr
make
make DESTDIR="$1" install