You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ If updating from a previous version of Aseprite make sure you delete the previou
15
15
16
16
## Dependencies
17
17
18
-
* Tar (Should be bundled with recent releases of Windows 10 and newer)
19
-
* The latest version of [Cmake](https://cmake.org) (3.14 or greater)
20
-
*[Curl](https://curl.se/) (Should be bundled with recent releases of Windows 10 and newer)
18
+
* Tar (Bundled with recent releases of Windows 10 and newer)
19
+
* The latest version of [Cmake](https://cmake.org) (3.16 or greater)
20
+
*[Curl](https://curl.se/) (Bundled with recent releases of Windows 10 and newer)
21
21
*[Ninja](https://ninja-build.org/) build system
22
22
*[Visual Studio 2022](https://visualstudio.microsoft.com/) + Desktop Development with C++
23
23
* Windows SDK 10.0.20348.0 (Available via Visual Studio)
@@ -79,6 +79,6 @@ Enjoy using Aseprite!
79
79
## InDev
80
80
81
81
* Currently writing up a macOS script that functions similarly to the current windows batch file. Will include prebuild checks for dependencies and customizable paths.
0 commit comments