A
aj
I am new to ruby. I want to install a ruby gem which tries to build a
native extension. The gem in this case is nokogiri. If I do gem
install nokogiri, the native extension dynamically links against
libxml, libxslt libs. I want to statically link against those libs.
How should I go about this?
native extension. The gem in this case is nokogiri. If I do gem
install nokogiri, the native extension dynamically links against
libxml, libxslt libs. I want to statically link against those libs.
How should I go about this?