mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Add details in INSTALL.md to avoid issue #913
This commit is contained in:
parent
0c6dc56a12
commit
63e844dd95
11
INSTALL.md
11
INSTALL.md
@ -86,6 +86,17 @@ the repository clone in a directory called `aseprite`):
|
|||||||
will be copied to an appropriate location
|
will be copied to an appropriate location
|
||||||
(e.g. `/usr/local/bin/aseprite` on Linux).
|
(e.g. `/usr/local/bin/aseprite` on Linux).
|
||||||
|
|
||||||
|
## Linux details
|
||||||
|
|
||||||
|
You will need the following dependencies:
|
||||||
|
|
||||||
|
sudo apt-get update -qq
|
||||||
|
sudo apt-get install -y g++ libx11-dev libxcursor-dev cmake ninja-build
|
||||||
|
|
||||||
|
The `libxcursor-dev` package is needed to hide the hardware cursor:
|
||||||
|
|
||||||
|
https://github.com/aseprite/aseprite/issues/913
|
||||||
|
|
||||||
## Mac OS X details
|
## Mac OS X details
|
||||||
|
|
||||||
You need the old Mac OS X 10.4 SDK universal, which can be obtained
|
You need the old Mac OS X 10.4 SDK universal, which can be obtained
|
||||||
|
Loading…
Reference in New Issue
Block a user