2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/core/mpfr/build
Owen Rafferty 2a03eadeeb
mpfr: 4.2.1
closes #154
2023-08-23 20:41:08 -05:00

10 lines
127 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-shared \
--enable-thread-safe
make
make DESTDIR="$1" install