瀏覽代碼

Update linux-faq.md

Björn Ritzl 4 年之前
父節點
當前提交
0b05bfea0f
共有 1 個文件被更改,包括 6 次插入0 次删除
  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?