From 648d85ffd54b6e06c07138818e04dc79ce9cd566 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Mon, 25 Aug 2025 17:32:51 +0200 Subject: [PATCH] Update Readme to resolve the launch error from AppImageLauncher. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7178c83f8..f547fabf9 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ Then simply re-build using cmake. #### General Troubleshooting +* In case of the error "Squashfs image uses (null) compression, this version supports only xz, zlib." or anything about compressions when using AppImageLauncher, you must update update the version of AppImageLauncher to at leaset 3.0-alpha3. LinuxDeploy/AppImageTool decide to change the compression from gzip to zstd, that it not supported with previous version. + * The latest version of Doxygen may not work with the SDK. If you some build issues and have a specific version of Doxygen that is not in your PATH, you can use `-DLINPHONESDK_DOXYGEN_PROGRAM`. Eg on Mac : `-DLINPHONESDK_DOXYGEN_PROGRAM=/Applications/Doxygen.app/Contents/Resources/doxygen`