Skip to content

Instantly share code, notes, and snippets.

View jvrring's full-sized avatar

Jarad jvrring

  • United Kingdom
  • 00:44 (UTC +01:00)
View GitHub Profile
@jvrring
jvrring / linux.bash
Last active September 6, 2022 20:37 — forked from DevTrunk/linux.bash
Two scripts for Windows and Linux to install Aseprite, updated to latest versions respectively
#!/bin/bash
(
ABSPATH=$(readlink -f $0)
ABSDIR=$(dirname $ABSPATH)
echo "Download and install all necesarry things"
sudo apt-get install -y curl g++ cmake ninja-build libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev
curl -L -o skia.zip https://github.com/aseprite/skia/releases/download/m102-861e4743af/Skia-Linux-Release-x64.zip