-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot build on Ubuntu 20.04 #107
Labels
bug
Something isn't working
Comments
Hi, @rothgar! I am able to build on Ubuntu 20.04 with Go 1.15:
|
Sure, here's my output.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
make
target is looking for gcc-5 which is really old and not available on Ubuntu 20.04. I saw a PR #47 to update it but that has been open for almost a year. Are there any plans to update the build tooling so this tool can continue to be used?The text was updated successfully, but these errors were encountered: