cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.1k stars 109 forks source link

[Suggestion] Create a makefile to simplify installation process #3

Closed agraven closed 5 years ago

agraven commented 5 years ago

Adding a makefile would significantly simplify the installation process, and also make it easier to automate for packaging purposes. I'll gladly submit a PR with one if requested.

Super neat software, by the way :)

zicklag commented 5 years ago

Maybe use Cargo Make. It's cross-platform and written in Rust which is nice.

cloudhead commented 5 years ago

Everything required is now embedded in the binary, so shouldn’t require any additional installation. Closing but feel free to re-open if it’s not working for you.