From 63e844dd95c3810f2bae574b2bee2963b9952ca4 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 29 Feb 2016 22:10:16 -0300 Subject: [PATCH] Add details in INSTALL.md to avoid issue #913 --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index ac96a0146..87b0fbbba 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -86,6 +86,17 @@ the repository clone in a directory called `aseprite`): will be copied to an appropriate location (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 You need the old Mac OS X 10.4 SDK universal, which can be obtained