Open trekr5 opened 8 years ago
try installing RVM first and using a newer version of ruby with a fresh gemset
I was able to get it running without using RVM on CentOS with:
sudo yum install ruby-devel
For Ubuntu with the same problem, i used this command:
apt-get install ruby-dev
Hello,
When I try to install dashing gem on Centos using gem install dashing. I get the following error:-
Can dashing run on other linux version besides Ubuntu? If so how can I make dashing install?
Thanks