1
0

Update README.md

This commit is contained in:
nilsve 2022-04-26 15:13:49 +02:00 committed by GitHub
parent 02647a7ee4
commit 910c68d20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`