rbCAS / CASino

CASino is a Ruby-based Single Sign-On solution supporting the CAS standard
MIT License
329 stars 189 forks source link

Install documentation lacks the requirement of the ruby development package #163

Open febs opened 8 years ago

febs commented 8 years ago

http://casino.rbcas.com/docs/installation/ lists ruby and gem as the only requirements to install CASino.

The installer script actually requires the ruby header files to build some gems, so I think it should also be stated that those must be present on the system as well. In most distros, by installing ruby and gem alone, you don't also get those.