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
install command when building the package: | |
/sw/bin/gem2.2 install --local --install-dir /sw/build.build/root-pango-rb22-2.2.5-1/sw/lib/ruby/gems/2.2 --document rdoc pango-2.2.5.gem | |
/sw/build.build/root-pango-rb22-2.2.5-1 is the root of the staging directory. | |
All the gems I've installed using this process are in /sw/lib/ruby/gems/2.2/gems/* and the other gems can find their installed dependencies (like glib2 needs pkg-config and it is found). |
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
$ gem2.0 list | |
*** LOCAL GEMS *** | |
bigdecimal (1.2.0) | |
cairo (1.14.3) | |
glib2 (2.2.5) | |
io-console (0.4.2) | |
json (1.7.7) | |
minitest (4.3.2) |