SciRuby / distribution

Probability distributions for Ruby.
http://sciruby.com/
Other
50 stars 21 forks source link

Update README : Update Ubuntu/Debian gsl package name. #35

Closed gtamba closed 8 years ago

gtamba commented 8 years ago

The Debian package name gsl is no longer used and is required to build the rb-gsl gem. The most recent name for the development package is libgsl0-dev.

I've updated the install line in README.md to hopefully save someone a few minutes of googling.

envp commented 8 years ago

I faced something similar while installing too. Great catch!

Done, merged!