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
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If updating from a previous version of Aseprite make sure you delete the previou
15
15
16
16
## Dependencies
17
17
18
-
*[7-Zip](https://7-zip.org/) (64-bit recommended)
18
+
*[Tar] (Should be bundled with recent releases of Windows 10 and newer)
19
19
* The latest version of [Cmake](https://cmake.org) (3.14 or greater)
20
20
*[Curl](https://curl.se/) (Should be bundled with recent releases of Windows 10 and newer)
21
21
*[Ninja](https://ninja-build.org/) build system
@@ -57,11 +57,7 @@ The user customizable portion of this script consists of paths. Most of these pa
57
57
58
58
* This path is to check if the correct version of the Windows SDK is installed, modify if INSTALL.MD recommends a newer SDK version.
59
59
60
-
8. ZIP
61
-
62
-
* Path to 7-Zip, alternate commented code if using the 32-bit version of 7-Zip.
63
-
64
-
9. TEMP
60
+
8. TEMP
65
61
66
62
* Path to temporary directory for curls.
67
63
@@ -76,7 +72,7 @@ Aseprite source code and a pre-built copy of Skia are curled into the temp direc
76
72
The script will then begin the build process based on instructions from [INSTALL.md](https://github.com/aseprite/aseprite/blob/main/INSTALL.md).
77
73
78
74
Upon completion the script will output a DIR command displaying the newly compiled aseprite.exe located in the
79
-
%ASEPRITE%\build\bin directory. You can freely copy the executable and data folder located in the %ASEPRITE%\build\bin directory to a new location of your choosing.
75
+
%ASEPRITE%\build\bin directory. You can freely copy the executable and data folder located in the previously mentioned bin directory to a new location of your choosing.
0 commit comments