Selaa lähdekoodia

Update linux-faq.md

Björn Ritzl 4 vuotta sitten
vanhempi
commit
0b05bfea0f
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      docs/en/shared/linux-faq.md

+ 6 - 0
docs/en/shared/linux-faq.md

@@ -39,6 +39,12 @@ $ export MESA_GL_VERSION_OVERRIDE=3.1
 $ ./Defold
 ```
 
+You may also need to specifically load libffi version 6 before starting Defold:
+
+```bash
+$ export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libffi.so.6
+```
+
 
 #### Q: Why am I getting "com.jogamp.opengl.GLException: Graphics configuration failed" when launching Defold on Ubuntu 20.04?