

If my directory is C:\Users\xiang\Downloads\ase\Aseprite-v1.2.25-Source, Just enter cd C:\Users\xiang\Downloads\ase\Aseprite-v1.2.25-SourceĬreate a new folder build, enter the command md build, Of course, you can also right-click to create a new folder and rename it to build If the displayed version is the same as the version you downloaded (I downloaded version 3.18.2 earlier), CMake is installed successfully.Įnter the Aseprite directory and enter the command cd Aseprite's directory. As shown below:Ĭmd, input cmake -versionTest whether CMake is installed successfully. Put the Aseprite source code, Ninja and Skia in the same folder for easy use.

Download the x86 version for 32-bit systems, and there is a compressed package under the red box in the figure. Unzip after downloading.ĭownload and unzip Skia in the same way. Ninja download address(This is Ninja's Github address, download Ninja here)įor Windows users, just download Ninja-win.zip. Then the next step until the installation is complete. When installing into this interface, select Add CMake to the syetem PATH for all users. Generally, new computers (computers in about five or six years are considered new computers) are 64-bit systems. If you don't know how many bits your computer is, use 32 bits.

If it is a 32-bit system, download it Windows win32-x86 Installer.
#Compiling aseprite windows 10
My computer is a Windows 10 64-bit system, so I downloaded the 64-bit installation version, as shown below.
#Compiling aseprite install
If you are interested, you can install other modules or components at will.ĬMake download address(This website is a bit slow to open) Choose the corresponding software version according to your computer's system. Then click modify in the lower right corner (but because I have installed it before, the required space may not be 51M). Install Visual Studio 2019 and Windows 10 SDK (2.0)ĭownload and open vs_community, Enter the Visual Studio installation interface, install Desktop development using C++。Įnter Single component, Search for windows in the upper left corner, there is Windows 10 SDK (2.0 in the SDK, library and framework. Turn on Aseprite download address, Download the compressed package of the latest version of the source code and unzip it. In order to prevent everyone from buying it, this tutorial introduces the method of compiling Aseprite by yourself, and summarizes the detours you have taken. Compile free Aseprite yourself Protect your wrists, start with meĪseprite, a useful pixmap editor, sells for 70RMB on stream, but the source code is officially available on Github and can be obtained for free.
