Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 11, 2024
1 parent 805781e commit 1fb0a6e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,14 @@ Atom Architect depends on [GLM](https://github.com/g-truc/glm) and
header-only C++ libraries and are for convenience purposes added to this
repository. This implies that compilation of Atom Architect will not use your
system-installed version of GLM and Eigen3, but use the one provided in this
repository.
repository.

## Common problems

> I have troubles running `Atom Architect` remotely via MobaXterm.
Try to enable direct rendering by setting the following environmental variable:

```bash
export LIBGL_ALWAYS_INDIRECT=0
```

0 comments on commit 1fb0a6e

Please sign in to comment.