Skip to content

Instantly share code, notes, and snippets.

View XGilmar's full-sized avatar
:electron:
Aprendiendo

XGilmarDev XGilmar

:electron:
Aprendiendo
  • Colombia
View GitHub Profile
@XGilmar
XGilmar / Aseprite-build-linux.md
Last active October 8, 2022 19:52 — forked from veganaize/Aseprite-build-linux.md
Compile Aseprite from source code for GNU/Linux: https://youtu.be/t860yl4B5g4

Debian prerequisites

su -c "apt-get install -y g++ clang libc++-dev libc++abi-dev cmake ninja-build libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev curl "
su -c "apt-get clean"

Arch prerequisites