⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 online.html

📁 GTK+_ Gnome Application Development
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>  <head>    <title>      Online Resources    </title>    <meta name="GENERATOR" content=    "Modular DocBook HTML Stylesheet Version 1.45">    <link rel="HOME" title="GTK+ / Gnome Application Development"    href="ggad.html">    <link rel="UP" title="Appendices" href="appendices.html">    <link rel="PREVIOUS" title="Frequently Asked Questions" href=     "faqs.html">    <link rel="NEXT" title="Web sites" href="z863.html">  </head>  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink=   "#840084" alink="#0000FF">    <div class="NAVHEADER">      <table width="100%" border="0" bgcolor="#ffffff" cellpadding=       "1" cellspacing="0">        <tr>          <th colspan="4" align="center">            <font color="#000000" size="2">GTK+ / Gnome Application            Development</font>          </th>        </tr>        <tr>          <td width="25%" bgcolor="#ffffff" align="left">            <a href="faqs.html"><font color="#0000ff" size="2"><b>            &lt;&lt;&lt; Previous</b></font></a>          </td>          <td width="25%" colspan="2" bgcolor="#ffffff" align=           "center">            <font color="#0000ff" size="2"><b><a href="ggad.html">            <font color="#0000ff" size="2"><b>            Home</b></font></a></b></font>          </td>          <td width="25%" bgcolor="#ffffff" align="right">            <a href="z863.html"><font color="#0000ff" size="2"><b>            Next &gt;&gt;&gt;</b></font></a>          </td>        </tr>      </table>    </div>    <div class="CHAPTER">      <h1>        <a name="ONLINE">Online Resources</a>      </h1>      <div class="TOC">        <dl>          <dt>            <b>Table of Contents</b>          </dt>          <dt>            <a href="online.html#Z862">Obtaining and Compiling the            Libraries</a>          </dt>          <dt>            <a href="z863.html">Web sites</a>          </dt>          <dt>            <a href="z864.html">Mailing Lists</a>          </dt>          <dt>            <a href="z865.html">Internet Relay Chat</a>          </dt>          <dt>            <a href="z866.html">This Book</a>          </dt>        </dl>      </div>      <p>        This chapter documents some useful online resources for        Gnome programmers.      </p>      <div class="SECT1">        <h1 class="SECT1">          <a name="Z862">Obtaining and Compiling the Libraries</a>        </h1>        <p>          Because the exact compilation instructions can change          between releases, this book won't attempt to document          them precisely. You should obtain the latest stable          release of both GTK+ and Gnome from <a href=           "http://www.gtk.org/" target="_top">          http://www.gtk.org/</a> and <a href=          "http://www.gnome.org" target="_top">          http://www.gnome.org</a>, respectively, and follow the          instructions that come with the distribution.        </p>        <p>          It's a very good idea to compile the GTK+ and Gnome          libraries yourself, for several reasons:        </p>        <ul>          <li>            <p>              You should have the source code around, to learn from              and to refer to when documentation is lacking.&#13;            </p>          </li>          <li>            <p>              You should compile with debugging switched on, so              preconditions and assertions will be triggered if you              try to use the library incorrectly. Most prebuilt              binaries will turn these checks off for              efficiency.&#13;            </p>          </li>          <li>            <p>              You will probably want unstripped libraries, so you              can see function names and so on in your              debugger.&#13;            </p>          </li>        </ul>      </div>    </div>    <div class="NAVFOOTER">      <br>      <br>      <table width="100%" border="0" bgcolor="#ffffff" cellpadding=       "1" cellspacing="0">        <tr>          <td width="25%" bgcolor="#ffffff" align="left">            <a href="faqs.html"><font color="#0000ff" size="2"><b>            &lt;&lt;&lt; Previous</b></font></a>          </td>          <td width="25%" colspan="2" bgcolor="#ffffff" align=           "center">            <font color="#0000ff" size="2"><b><a href="ggad.html">            <font color="#0000ff" size="2"><b>            Home</b></font></a></b></font>          </td>          <td width="25%" bgcolor="#ffffff" align="right">            <a href="z863.html"><font color="#0000ff" size="2"><b>            Next &gt;&gt;&gt;</b></font></a>          </td>        </tr>        <tr>          <td colspan="2" align="left">            <font color="#000000" size="2"><b>Frequently Asked            Questions</b></font>          </td>          <td colspan="2" align="right">            <font color="#000000" size="2"><b>Web sites</b></font>          </td>        </tr>      </table>    </div>  </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -