-
Notifications
You must be signed in to change notification settings - Fork 158
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
Adding to the Windows and macOS package managers #195
Comments
As Chocolatey (understandably) only deals with pre-built software, someone would need to host Windows binaries of Antimony. Would it be possible to include Windows binaries on the release page? |
Chocolatey, is not the only package manager on Windows. There are also Scoop, OneGet / NuGet, Npackd, win-get, WAPT. If I'm not mistaken Scoop tries to a be a replica of HomeBrew on Windows, hence should be able to compile from source I guess. There is also the Zero Install which is kind of a cross platform app store, very convenient for average user. |
I don't have the time to support five+ Windows package managers, especially because I'm developing on a Mac. If folks would like to volunteer to set up CI, I'd be happy to add you as a collaborator to this repo. |
I started working on an AppVeyor integration in my fork: https://github.com/ComFreek/antimony/tree/appveyor-build. Currently, I do not have much time to spare, so feel free to build upon it and complete it independently 😄 Note: There is a preinstalled Boost in |
I just checked the Repology page of Antimony, there are some Linux distros (Arch/AUR, Fedora and nixOS) which have the app but no macOS or Windows ones. It would be a great help if you could make the HomeBrew and Chocolaty formulas at least.
P.S. If I'm not mistaken nix package manager is extendable to macOS too.
The text was updated successfully, but these errors were encountered: