Bläddra i källkod

From @ragnard-king: Users sometimes have difficulty installing the required openal dependencies on Linux. Clarify that sometimes you need to install the dev or devel version of the package.

Mikael Säker 8 år sedan
förälder
incheckning
a4fba2bfc2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/en/faq/faq.md

+ 1 - 1
docs/en/faq/faq.md

@@ -151,7 +151,7 @@ When I try to run my game on Linux, the engine doesn't start.
   /home/myname/Desktop/Defold/plugins/com.dynamo.cr.engine_1.0.0.201502231306/engine/linux/dmengine: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory
   ```
 
-  then you need to install *libopenal1*.
+  then you need to install *libopenal1*. The package name varies between distributions, and in some cases you might have to install the *openal* and *openal-dev* or *openal-devel* packages.
 
 ## Android issues