Skip to content

Instantly share code, notes, and snippets.

@nieder
Created March 15, 2016 03:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nieder/db6454457ee928399a40 to your computer and use it in GitHub Desktop.
Save nieder/db6454457ee928399a40 to your computer and use it in GitHub Desktop.
pango unable to find glib
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment