Skip to content

Commit

Permalink
Merge pull request #135 from jerebertho/fix_doc
Browse files Browse the repository at this point in the history
Fixes INSTALL description for MAC OS users and adds a link to the interfaces in msolve-tutorial
  • Loading branch information
mohabsafey authored Apr 8, 2024
2 parents f933281 + 6d1be3d commit 07c7cb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ You will need to have autotools installed on your system.
5. Run `make install` in order to globally install the library and the binary
of msolve.

If you are working on a distriubtion (downloaded *.tar.gz)
If you are working on a distribution (downloaded *.tar.gz)
==========================================================
1. Run `./configure` (possibly with options, see ./configure -help for more
1. Run `./configure` (possibly with options, see `./configure -help` for more
information).
2. Run `make` (possibly with CFLAGS and LDFLAGS adjusted).
3. Run `make check`.
Expand All @@ -20,14 +20,14 @@ If you are working on a distriubtion (downloaded *.tar.gz)

NOTE TO MAC OS users
====================
To build a static binary file, you may need to run `./configure -static`.
To build a static binary file, you may need to run `./configure --enable-static`.

You may also need to proceed slightly differently by modifying the `Makefile` file as follows
- add to the `LIBS` variable the `-fopenmp` option
```
LIBS = -lflint -lmpfr -lgmp -lm -fopenmp
```
- change the `CC` variable to your actual `gcc` compiler, e.g.
- change the `CC` variable to your actual `gcc` compiler, e.g.
```
CC = gcc-11
```
Expand Down
2 changes: 1 addition & 1 deletion doc/msolve-tutorial.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ \section{Julia interface to \msolve}
\section{Maple interface to \msolve}

The Maple interface to \msolve is a file interface which can be found on the
\msolve homepage or in the \msolve binary package. Having loaded the interface
\msolve \href{https://msolve.lip6.fr/interfaces/index.html}{homepage} or in the \msolve binary package. Having loaded the interface
one can call the function
\texttt{MSolveRealRoots()} in the following way:\\[1em]
\texttt{results = MSolveRealRoots(F, vars)}\\[1em]
Expand Down

0 comments on commit 07c7cb2

Please sign in to comment.