From 8e323429bd60209f73590b35d5dfd49b60e87116 Mon Sep 17 00:00:00 2001 From: Roi Klevansky Date: Wed, 2 Oct 2024 07:18:31 +0300 Subject: [PATCH] docs: document missing step in the building of MPFR --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b47591..e093737 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ II) run `../configure CC= CXX= --enable-st III) run `make -j$(nproc)` IV) run `mkdir ./src/.libs/lib` V) run `cp ./src/.libs/libmpfr.a ./src/.libs/lib` +VI) run `mkdir ./src/.libs/include` +VII) run `cp ../src/mpfr.h ./src/.libs/include/` ## 4) Compiling gdb