Misc - TheConstructors/QwikStubs GitHub Wiki
These were some other commands I had written down to save. I believe they were other dependencies that I needed in a Linux (Ubuntu) environment.
I don't remember exactly what the libsqlite3-dev
was for, but I think it related to rails.
sudo apt-get install libssl-dev zlib1g-dev
sudo apt-get install ruby1.9.3
gem install rails -V
libsqlite3-dev
Basically, this page is here for me (@kjorg50) to look back to if I ever try and get Qwikstubs up and running again.