Skip to content
Snippets Groups Projects
Commit 3e797432 authored by Martina Contisciani's avatar Martina Contisciani
Browse files

Added warning about compiling graph-tool on MacOS

parent 0998b576
Branches
No related tags found
No related merge requests found
......@@ -178,6 +178,11 @@ or in the command line as detailed
[here](https://docs.docker.com/engine/containers/resource_constraints/#memory).
:::
:::{warning} Compiling on MacOS.
By default, the Docker Desktop app enables the option: `Turns on Rosetta to accelerate x86_64/amd64 binary emulation on Apple Silicon.` However, on MacOS Sequoia Version 15.4 this appears to cause issues during compilation. Disabling this option under `Settings > General` resolved the problem.
:::
After compilation, we can install the library in the system with:
```bash
sudo make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment