Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mohab Safey El Din
msolve
Commits
7b2120bc
Commit
7b2120bc
authored
Jun 13, 2022
by
Mohab Safey El Din
Browse files
update INSTALL
parent
b58757fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
7b2120bc
...
...
@@ -16,10 +16,23 @@ If you are working on a distriubtion (downloaded *.tar.gz)
3. Run `make install` in order to globally install the library and the binary
of msolve.
NOTE TO MAC OS users
====================
You 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
```
CC = gcc-11
```
since `gcc` seems to be linked to `clang`.
If you want to generate a distribution
======================================
Run `make dist`.
If you want to generate a static binary
=======================================
Add `-all-static` to your LDFLAGS.
Add `-all-static` to your LDFLAGS
as follows `make LDFLAGS="all-static"`
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment