Skip to content

Commit

Permalink
Add required --root to ./run_docker` build from source documentation (
Browse files Browse the repository at this point in the history
  • Loading branch information
goulashsoup authored May 10, 2024
1 parent a802179 commit 7e1b136
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/development/building-from-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ These Docker images are also available from the Github packages at

3. Run `make` to build.

```{note}
If `make` is failing with `Permission denied`, you can run `./run_docker` with root permissions: `./run_docker --root`
```

```{note}
You can control the resources allocated to the build by setting the env
vars `EMSDK_NUM_CORE`, `EMCC_CORES` and `PYODIDE_JOBS` (the default for each is
Expand Down

0 comments on commit 7e1b136

Please sign in to comment.