2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
repo/core/mpfr/build
2023-08-21 18:58:50 -05:00

13 lines
171 B
Bash
Executable File

#!/bin/sh -e
rm -f PATCHES
patch -p1 < cumulative.patch
./configure \
--prefix=/usr \
--enable-shared \
--enable-thread-safe
make
make DESTDIR="$1" install