Browse Source

Update libffi link (#193)

* Update libffi link 

Old link doesn't seem to work anymore (404). Updated the link with a newer minor version of libffi. Tested it on Pop_os 21.04.

* Fixed typo
Nick Leeman 4 years ago
parent
commit
3c37d7b792
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/en/shared/linux-faq.md

+ 2 - 2
docs/en/shared/linux-faq.md

@@ -69,8 +69,8 @@ $ MESA_LOADER_DRIVER_OVERRIDE=i965 ./Defold
 A: The [libffi](https://sourceware.org/libffi/) version of your distribution and the one required by Defold (version 6 or 7) does not match. Make sure `libffi.so.6` or `libffi.so.7` is installed under `/usr/lib/x86_64-linux-gnu`. You can download `libffi.so.7` like this:  
 
 ```bash
-$ wget http://ftp.br.debian.org/debian/pool/main/libf/libffi/libffi7_3.3-5_amd64.deb
-$ sudo dpkg -i libffi7_3.3-5_amd64.deb
+$ wget http://ftp.br.debian.org/debian/pool/main/libf/libffi/libffi7_3.3-6_amd64.deb
+$ sudo dpkg -i libffi7_3.3-6_amd64.deb
 ```
 
 Next you specify the path to this version in the `LD_PRELOAD` environment variable when running Defold: