diff --git a/README.md b/README.md index e9c75e8..e83b936 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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 +``` \ No newline at end of file