Skip to content
Andreas Hunkeler edited this page Sep 7, 2019 · 7 revisions

Do the regular gem install squib and it should work.

If you have learned something about install Squib on Linux - hit that edit button and document it here for future Squibsters.

If your run into troubles, try install first some required packages.

For Debian-based distros, try the following (e.g. installing rake through gem install):

sudo apt-get install build-essential
sudo apt-get install ruby
sudo apt-get install ruby-dev
sudo gem install rake
sudo gem install squib
Clone this wiki locally