Created
September 5, 2012 02:11
-
-
Save suwa320/3629207 to your computer and use it in GitHub Desktop.
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
| $ make clean | |
| $ ruby extconf.rb | |
| $ make | |
| $ otool -L MeCab.bundle | |
| MeCab.bundle: | |
| /Users/suwa320/.rvm/rubies/ruby-1.9.3-p194/lib/libruby.1.9.1.dylib (compatibility version 1.9.1, current version 1.9.1) | |
| /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0) | |
| /usr/local/lib/libmecab.2.dylib (compatibility version 3.0.0, current version 3.0.0) | |
| /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) | |
| /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment