Skip to content

Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS

License

Notifications You must be signed in to change notification settings

haxpor/aseprite-macos-buildsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

29 Commits

Repository files navigation

aseprite-macos-buildsh

Automated script to create latest release (whatever it will be either development snapshot commit, beta, or release) of Aseprite for macOS

Update: Added support x64 Architecture build for SKIA on MacOS

Project is updated against aseprite v.1.2.10 build workflow.

Pre-Requisite

You need

For Xcode, you need to install it by downloadinghere.After successfully installed, executexcode-select --installto install its toolchain, then finally follow along as dialog popup shows up.

Now you're ready to use this script.

How to Build

Just executebash aseprite.sh.Then openAsepriteapplication.

If the script asks for root password, enter it. This is to be able to execute command to properly set environment path variable. It's safe, the script never try to do anything beside trying to build the app successfully.

Command line Configuration

In case you want to install aseprite to different path, or yourxcode-selectis not set properly, you can use either--sdk-rootand--targetto properly set things up before building.

  • --sdk-root

    To set your latest macOS SDK root as part of Xcode toolchain. By default it will query current prefix-value fromxcode-selectand append it with/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk.But in case, it doesn't work orxcode-selectdidn't do the work, you can use this option to manually specify it.

  • --target

    To set you target path to install aseprite. By default it will be at/Applicationsbut some users might want it differently. In case you use this parameter, please see#3.

So for example, you will execute

bash aseprite.sh --sdk-root /Volumes/Slave/Applications/Xcode8.3/Xcode.app/Contents/Developer --target ~/slave/Applications

noteif you use--target,please see#3.

Normal, barebone version with no parameters.

bash aseprite.sh

With custom parameters to specify SDK_ROOT and TARGET

bash aseprite.sh --sdk-root /Volumes/Slave/Applications/YourCustomDir/Xcode.app/Contents/Developer --target~/YourCustomDir/Appliations

Behind the Scene

The script will proceed with following

  • Clone down Aseprite and Skia repository, and its dependencies required to bulid Aseprite.
  • Compile and build dependencies
  • Clone down Aseprite repository, then compile and build for latest release as tagged on Github (can be either beta or release version)
  • Created.appbundle at~/Applications

Aseprite.appis pre-created bundle file to wrap soon-to-be-built Aseprite. It contains script to execute an aseprite binary file with default executable path at~/Applications/Aseprite/aseprite.Such bundle file is created with macOS's Script Editor application.

Notes

for building v1.2.9

  • If you previously clone any dependencies, the script will know and will instead try to update it from upstream for you. So you're ensured that it will operate on the most latestrelease stateversion of Aseprite.
  • Updated version of Aseprite might break cloned dependencies's build workflow especially error aboutCCorCXXenvironment variables are not set to correct path. If this is a case, it's likely that you re-build on previously compiled source code of dependencies in whichcmakestill keeps the old configurations used in successful compile. To resolve the problem, remove the whole build folder namedlyasepritethen start it all over again.
  • In case you want to build older version of Aseprite, take a look atReleasessection then find a corresponding target version of Aseprite you look for.- won't work, will stick to latest version only

Support Aseprite

Aseprite is cool. It is free if you build it by yourself like you did above, or you can purchase it atofficial websiteto avoid spending effort in manual build process.

Credits

This automated build script gathers information from Aseprite'sINSTALL.mdon how to build, and sum it up together as automated script you're using here.

License

MIT,Wasin Thonkaew

About

Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published