Created
October 29, 2013 14:15
-
-
Save rriemann/7215475 to your computer and use it in GitHub Desktop.
Install charlock_holmes on opensuse 64 bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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