-
Notifications
You must be signed in to change notification settings - Fork 653
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
Linux Installation Support #2895
Comments
Agree, we need to update the docs to include the Linux usage As for support of RPM (or any other linux package format). Unfortunately I do not have the knowledge how to create rpm/deb packages or the way delivery channels work. So if you could help with that, you are welcome, at least for now we do support only the |
I could not find any instructions how to build this project on Linux. |
If you have dotnet sdk installed on linux, it's as simple as dotnet build GitVersion.App.csproj (with some additional arguments) |
I think @asbjornu had similar issues building from source for homebrew, maybe he can give some advices |
My problems wrt. the Homebrew formula was mostly to get the .NET SDK itself to build on Linux and macOS. You can read the discussion in Homebrew/homebrew-core#60929 (and all the linked discussions such as dotnet/source-build#1744) to get a feel of what I had to go through in order to get that working. But now that it is working and both the What problems are you experiencing around building on Linux, @DJViking? |
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
A Linux installation should be added,
https://gitversion.net/docs/usage/cli/installation
The only option for Linux is docker, which is not an option really. We have our own docker images we use on Jenkins.
Also we need to use the tool without docker on Linux computers for our developers.
It would be then usefull to have installation with an RPM.
The text was updated successfully, but these errors were encountered: