Skip to content

Instantly share code, notes, and snippets.

@detached
detached / compile-aseprite-for-linux.sh
Created June 7, 2017 07:25
compile-aseprite-for-linux
mkdir ./build
cd ./build
cmake -DCMAKE_INSTALL_PREFIX=/opt/ -DUSE_SHARED_CURL=true -DUSE_SHARED_JPEGLIB=true -DUSE_SHARED_ZLIB=true -DUSE_SHARED_LIBPNG=true -DUSE_SHARED_LIBWEBP=true -DUSE_SHARED_TINYXML=true -DUSE_SHARED_PIXMAN=true -DUSE_SHARED_FREETYPE=false -DUSE_SHARED_GIFLIB=true -DUSE_SHARED_LIBLOADPNG=true -DUSE_SHARED_CMARK=true -DUSE_SHARED_ALLEGRO4=true -G Ninja ../
ninja aseprite
@detached
detached / compile-aseprite-for-win.txt
Last active May 13, 2021 02:16
Compile Aseprite for Windows X86
I had to compile Aseprite for my girlfriends Windows. This is how I did it.
(As I had installed VS 2017 in german language I have to guess the right translation of the menu lables)
1. Download and install Git for Windows: https://git-scm.com/download/win
2. Download VS 2017 Community: https://www.visualstudio.com
3. When installing VS 2017 select the install option 'Desktop development with C++'
4. Download and install cmake: https://cmake.org/download/
5. Download and install MozillaBuild: https://wiki.mozilla.org/MozillaBuild