mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
Some changes in INSTALL instructions
This commit is contained in:
parent
860edf6439
commit
070a6dcb42
11
INSTALL.md
11
INSTALL.md
@ -29,7 +29,8 @@ platforms:
|
|||||||
# Get the source code
|
# Get the source code
|
||||||
|
|
||||||
You can get the source code downloading a `Aseprite-v1.x-Source.zip`
|
You can get the source code downloading a `Aseprite-v1.x-Source.zip`
|
||||||
file from the latest Aseprite release:
|
file from the latest Aseprite release (*in that case please follow the
|
||||||
|
compilation instructions inside the `.zip` file*):
|
||||||
|
|
||||||
https://github.com/aseprite/aseprite/releases
|
https://github.com/aseprite/aseprite/releases
|
||||||
|
|
||||||
@ -79,8 +80,8 @@ continue in the [Compiling](#compiling) section. Remember to check the
|
|||||||
On macOS you will need macOS 10.12 SDK and Xcode 8.0 (older versions
|
On macOS you will need macOS 10.12 SDK and Xcode 8.0 (older versions
|
||||||
might work).
|
might work).
|
||||||
|
|
||||||
Also, you must compile [Skia](#skia-on-macos) before starting with
|
You must also compile [Skia](#skia-on-macos) before starting with the
|
||||||
the [compilation](#compiling).
|
[compilation](#compiling).
|
||||||
|
|
||||||
## Linux dependencies
|
## Linux dependencies
|
||||||
|
|
||||||
@ -89,8 +90,8 @@ You will need the following dependencies (Ubuntu, Debian):
|
|||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y g++ libx11-dev libxcursor-dev cmake ninja-build
|
sudo apt-get install -y g++ libx11-dev libxcursor-dev cmake ninja-build
|
||||||
|
|
||||||
The `libxcursor-dev` package is needed to
|
You must also compile [Skia](#skia-on-linux) before starting with the
|
||||||
[hide the hardware cursor](https://github.com/aseprite/aseprite/issues/913).
|
[compilation](#compiling).
|
||||||
|
|
||||||
# Compiling
|
# Compiling
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user