-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to install dependencies on Ubuntu/OSX/Windows? #7
Comments
As I just found out on Ubuntu that would be installing |
I actually don't know much about installing vendor-supplied gmp and mpfr libraries. I agree that it would be an improvement to do as you've suggested - and I'll happily insert that information into the beginning of the README as it comes to light. (Or is there somewhere else that it should be published ?) I take it that on Ubuntu, the full commands are:
I guess that the latter command would also install gmp if it wasn't already installed, but it probably doesn't hurt to provide both commands anyway.
and (for the mpfr library):
With Cygwin, one could use the (gui) setup.exe. I don't know if there's a command line alternative. Not sure about Debian ... is that going to be 'apt-get' or just plain 'apt' ? Are there some Debian systems set up to use 'yum' instead ? Cheers, |
Yeah, I think the README would be a great location. Both for vendor provided packages - where you have this information - and compile-from-source instructions. I assume Debian is the same as Ubuntu. I sent PR #8 where I included the Ubuntu version. If you like and accept that, later we can figure out how to set up jobs with various other configurations. GitHub Actions currently support Ubuntu, OSX, Windows, and I think any Docker container. |
I am trying to configure GitHub Actions to run the test of this module.
It would be nice if you could include more exact instruction on how to install the external dependencies. (e.g apt-get install WHAT on debian/ubuntu)
The text was updated successfully, but these errors were encountered: