Aseprite can't compile
As the title says, I'm unable to compile Aseprite despite following the instructions. When I copy and paste the following:
I get the following error message
Anyone know what this means and the solution to it?
I get the following error message
Anyone know what this means and the solution to it?
Solution
could not get it done this way, got an error, something to do with the "---image" part or something, I'll go over how I solved this in 3 easy steps to anyone that is interested in the future:
Step one: open BoxBuddy and create a Box using Arch (I used docker.io/library/...) and create. Call it what you want.
Step two: Install yay to make it easy and to go "yay it installed", plus pacman had it coming :^) Use the following command to make installing yay easy:
Step three: Install aseprite, simply just type
Step one: open BoxBuddy and create a Box using Arch (I used docker.io/library/...) and create. Call it what you want.
Step two: Install yay to make it easy and to go "yay it installed", plus pacman had it coming :^) Use the following command to make installing yay easy:
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -siStep three: Install aseprite, simply just type
yay -Syu Asperite and proceed with the installation. After that, good to go. Can do distrobox-export --app aseprite to make it show up as a icon on your computer so you dont have to open the terminal or BoxBuddy again.