소스 검색

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?