Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mak448a/compile-aseprite-linux
A script to compile Aseprite on Fedora Linux, Ubuntu, and more!
https://github.com/mak448a/compile-aseprite-linux
aseprite bash compile-asprite fedora linux script
Last synced: 17 days ago
JSON representation
A script to compile Aseprite on Fedora Linux, Ubuntu, and more!
- Host: GitHub
- URL: https://github.com/mak448a/compile-aseprite-linux
- Owner: mak448a
- Created: 2023-02-22T19:37:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T04:20:50.000Z (3 months ago)
- Last Synced: 2024-10-13T01:27:08.961Z (about 1 month ago)
- Topics: aseprite, bash, compile-asprite, fedora, linux, script
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 38
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compile Aseprite on Linux
Here's how to compile aseprite for free on Fedora, Ubuntu, and more! If you want to support the developers, buy it on the official website: https://aseprite.orgJust run [this script.](compile.sh) Click view raw, and then press CTRL+S to save the file.
Go to your downloads folder and open up a terminal window. Type in these commands:
`chmod +x compile.sh`
`./compile.sh`Please consider giving this repo a star if you found it helpful.
If you encounter any errors, please report it in the issues tab.
## Where is the executable?
The executable is stored in ~/Applications/aseprite. Have fun!## Integrating with your desktop environment
Download the aseprite.desktop file from this GitHub repository and move it to ~/.local/share/applications.
Then, it should appear in your application menu!## Credits
I copied the compile commands from https://github.com/aseprite/aseprite/blob/main/INSTALL.md and condensed them into this script.