Update INSTALL.md

The instructions were not clear to me.  

The Dependencies section lists 3 "main" dependencies:

- CMake is already available on most systems, and people can figure out very quickly if they don't have it
- Ninja is installed by the linux `apt-get` command
- Skia is not, and this was not clear to me

Furthermore, the Linux dependencies section has a lot of other dependencies (not sure if they are just required for Ninja or not, but they aren't mentioned in the Dependencies section).

I don't know if this is the *best* way to resolve the confusion, but issues like this https://github.com/aseprite/aseprite/issues/3628#issuecomment-1426960575 are evidence that I am not the only one who had confusion
This commit is contained in:
Kevin Connors 2024-06-26 11:21:23 -04:00 committed by GitHub
parent abe872aeb2
commit e99af8a17d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,8 @@ might work).
## Linux dependencies
> Note that `apt-get` will not install the [required Skia library](https://github.com/aseprite/aseprite/blob/main/INSTALL.md#dependencies) on the `asesprite-m102` branch, you will need to install this dependency separately.
You will need the following dependencies on Ubuntu/Debian:
sudo apt-get install -y g++ clang libc++-dev libc++abi-dev cmake ninja-build libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev