-
Notifications
You must be signed in to change notification settings - Fork 10
Added support for arch and manjaro with pacman #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for the pull request! I know this is probably unnecessary to ask, but did you test it on your system first? (I don't have a computer running Arch right now) (Closes #2) |
Also, could you also add EndeavourOS too? By the way, is there any difference between this and the dependencies listed on the Aseprite official guide? |
I'll test it out as soon as I can and let you know how it works on arch, sorry I should've tested properly before sending the pull request. |
Tried running it on manjaro, it gave me this error: -- The C compiler identification is unknown
is not able to compile a simple test program. It fails with the following output:
CMake will not be able to correctly generate this project. -- Configuring incomplete, errors occurred! any ideas? |
Did you install git? I don't think the script automatically installs that (except for apt distros?). I should probably add that if it starts working after you do that. Also did you try |
added another elif statement into the script so if arch or manjaro are found it uses pacman.
I also added another elif statement to the sudo installation line using pacman.