repo/make/build

5 lines
89 B
Text
Raw Normal View History

2021-07-04 19:08:09 +03:00
export CFLAGS="$CFLAGS -static"
./configure --prefix=/usr
make
make DESTDIR="$1" install