Skip to content

Instantly share code, notes, and snippets.

@rriemann
Created October 29, 2013 14:15
Show Gist options
  • Save rriemann/7215475 to your computer and use it in GitHub Desktop.
Save rriemann/7215475 to your computer and use it in GitHub Desktop.
Install charlock_holmes on opensuse 64 bit
cd /tmp
git clone https://github.com/brianmario/charlock_holmes.git
cd charlock_holmes
bundle install
bundle exec rake compile # only run a test
gem build charlock_holmes.gemspec
gem install charlock_holmes-0.6.9.4.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment