From 910c68d20b2b4665201df7178ebeaed89f367be4 Mon Sep 17 00:00:00 2001 From: nilsve Date: Tue, 26 Apr 2022 15:13:49 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dd5904e..024c2b9 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,7 @@ If any of the folders of the projects folder isn't empty, the script will skip c * Grab a cup of coffee, since this can take quite a while (Compiling build deps, skia, and aseprite) You can now find the compiled version of Aseprite in the `output/aseprite/build/bin` folder + +## FAQ +If you get the following error when running Aseprite: `./aseprite: error while loading shared libraries: libdeflate.so.0: cannot open shared object file: No such file or directory`, make sure you have libdeflate installed on your system. Please run +`sudo apt install -y libdeflate0 libdeflate-dev`