-
Notifications
You must be signed in to change notification settings - Fork 4
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
osm-install.sh is bad with dependencies #9
Comments
Actually, you can just run this: |
Also, the script does run |
On Tue, Feb 16, 2016 at 5:53 PM, Niels G. W. Serup
Yeah, that part doesn't seem to work. |
On 2016-02-16 09:53:11, Oleks wrote:
But still, we can't assume that osm-install.sh is run somewhere with |
On Tue, Feb 16, 2016 at 5:51 PM, Niels G. W. Serup
Cool, I think that should've been noted at the top of the file. All other things being equal, students do tend towards Ubuntu, so I Although, I do also tend towards containers in the very near future to |
On 2016-02-16 09:57:57, Oleks wrote:
Yes, I agree that we should target the common OS, since the other However, I would still like to note that the very first comment line |
On Tue, Feb 16, 2016 at 7:01 PM, Niels G. W. Serup
Maybe we should hand it out as a non-executable txt and make students Students just assume that osm-install.sh does everything for them :-/ But yeah, once the dependencies were worked out, things worked out well. |
Okay, so I think the best solution for the future (short of containers) is to make osm-install.sh either non-executable to start with, or to print the aggressive intro-message when the script is run, and have the script check the availability of the dependencies before proceeding. Containers are the cooler way to go though. |
On 2016-02-20 04:49:55, Oleks wrote:
I agree with both sentiments. |
On Ubuntu, users should do this:
$ sudo apt-get install build-essential texinfo libgmp3-dev libmpfr-dev libmpc-dev
The text was updated successfully, but these errors were encountered: