mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Copy dependencies from Platforms section to "Windows dependencies" section
This commit is contained in:
parent
83e6f877f5
commit
4f4b21a521
14
INSTALL.md
14
INSTALL.md
@ -68,9 +68,15 @@ Aseprite can be compiled with two different back-ends:
|
||||
|
||||
## Windows dependencies
|
||||
|
||||
First of all, you will need an extra little utility: `awk`, used to
|
||||
compile the libpng library. You can get this utility from MSYS2
|
||||
distributions like [MozillaBuild](https://wiki.mozilla.org/MozillaBuild).
|
||||
First of all, you will need:
|
||||
|
||||
* Windows 10 (we don't support cross-compiling and don't know if this would be possible)
|
||||
* [VS2015 Community Edition](https://www.visualstudio.com/downloads/) (VS2017 should work too)
|
||||
* Windows 10 SDK (it's included with VS2015, remember to install it)
|
||||
|
||||
Then, you will need an extra little utility: `awk`, used to compile
|
||||
the libpng library. You can get this utility from MSYS2 distributions
|
||||
like [MozillaBuild](https://wiki.mozilla.org/MozillaBuild).
|
||||
|
||||
After that you have to choose the back-end:
|
||||
|
||||
@ -83,6 +89,8 @@ After that you have to choose the back-end:
|
||||
[Windows details](#windows-details) section to know how to call
|
||||
`cmake` correctly.
|
||||
|
||||
The official version of Aseprite is compiled with the Skia back-end.
|
||||
|
||||
## macOS dependencies
|
||||
|
||||
On macOS you will need macOS 10.12 SDK and Xcode 8.0 (older versions
|
||||
|
Loading…
Reference in New Issue
Block a user