Skip to content

Instantly share code, notes, and snippets.

@Nyoho
Created March 27, 2014 13:15
Show Gist options
  • Save Nyoho/9807334 to your computer and use it in GitHub Desktop.
Save Nyoho/9807334 to your computer and use it in GitHub Desktop.
mecab-ruby を gem にしてインストールするまでの道のり
#!/bin/sh
wget https://mecab.googlecode.com/files/mecab-ruby-0.996.tar.gz
tar xvf mecab-ruby-0.996.tar.gz
cd mecab-ruby-0.996
gem build mecab-ruby.gemspec
gem install mecab-ruby
@Nyoho
Copy link
Author

Nyoho commented Apr 24, 2014

Type the following in your command line:

curl https://gist.githubusercontent.com/Nyoho/9807334/raw/d613323c4510490bf485c0a83e89f3082d1c3bb8/gem-install-mecab-ruby.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment