Created
April 3, 2012 15:45
-
-
Save Capncavedan/2293043 to your computer and use it in GitHub Desktop.
how to install rdiscount 1.6.8 with jruby 1.6.7
This file contains 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
Bundler command complained of not being able to find bundle1.o although I could easily locate it within /usr/lib myself. | |
Damn computers. | |
gem install rdiscount -- --with-ldflags="-L/usr/lib" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment