Skip to content

Commit

Permalink
Update COMPILING
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-irfan authored Sep 23, 2023
1 parent 24aced2 commit 0dcd12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/COMPILING
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ dynamic and static libraries in different locations:

to GMP's configure script. This will build

/tools/static_gmp/lib/libgmp.a
/tools/static_gmp/lib/libgmp.dll.a

and the corresponding 'gmp.h' will be in /tools/static_gmp/include.

Expand All @@ -647,7 +647,7 @@ configure script so that it can find 'libgmp.a' in its nonstandard
location and the corresponding 'gmp.h'. The best way to do this is
to configure Yices using:

./configure --with-static-gmp=/tools/static_gmp/lib/libgmp.a \
./configure --with-static-gmp=/tools/static_gmp/lib/libgmp.dll.a \
--with-static-gmp-include-dir=/tools/static_gmp/include


Expand Down

0 comments on commit 0dcd12f

Please sign in to comment.