<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Pango is a text-rendering library that is a dependency of GTK 2.  <div class=""><br class=""></div><div class="">In general, each distribution family has a way to install the GTK dev libraries in a single command, including all the dependencies like Pango.  I don’t know each of them offhand anymore (it’s been a while since I ran Linux on the desktop).  </div><div class=""><br class=""></div><div class="">For Redhat and derived distributions (e.g. Centos, Fedora) it’s something like</div><div class=""><br class=""></div><div class="">yum install gtk2-devel<span class="Apple-tab-span" style="white-space:pre">        </span><br class=""><div class=""><br class=""></div><div class="">For Debian-based distributions, it’s often something like</div><div class=""><br class=""></div><div class=""><pre style="margin-top: 0px; margin-bottom: 10px; padding: 5px; border: 0px; font-size: 14px; vertical-align: baseline; background-color: rgb(238, 238, 238); overflow: auto; width: auto; max-height: 600px; font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; word-wrap: normal; color: rgb(51, 51, 51); line-height: 18px;" class=""><code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; font-family: 'Ubuntu Mono', 'Ubuntu Beta Mono A', Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; color: rgb(34, 34, 34); white-space: inherit;" class="">apt-get install libgtk2.0-dev</code></pre><div class=""><br class=""></div></div><div class="">My suggestion would be to do some checking for the major distributions and put in specific instructions for each.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Oct 26, 2014, at 4:02 PM, Benjamin C. Pierce <<a href="mailto:bcpierce@cis.upenn.edu" class="">bcpierce@cis.upenn.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">I’m afraid I’m not up on the internals of the gtk2 interface.  Maybe someone else can answer?<br class=""><br class="">   - B<br class=""><br class=""></div></blockquote></div><br class=""></div></div></body></html>