diff options
Diffstat (limited to 'files/pt-br/nspr/index.html')
-rw-r--r-- | files/pt-br/nspr/index.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/files/pt-br/nspr/index.html b/files/pt-br/nspr/index.html new file mode 100644 index 0000000000..51a4540a75 --- /dev/null +++ b/files/pt-br/nspr/index.html @@ -0,0 +1,58 @@ +--- +title: NSPR +slug: NSPR +translation_of: Mozilla/Projects/NSPR +--- +<p><strong>Netscape Portable Runtime (NSPR)</strong> provides a platform-neutral API for system level and libc-like functions. The API is used in the Mozilla clients, many of Red Hat's and Sun's server applications, and other software offerings.</p> +<h2 id="Getting_NSPR">Getting NSPR</h2> +<p>NSPR is available in various source and binary packages, depending on your platform:</p> +<ul> + <li><strong>Windows:</strong> Build the source package, using the <a href="/en-US/docs/NSPR_build_instructions" title="NSPR_build_instructions">NSPR build instructions</a>.</li> + <li><strong>Mac:</strong> Install the <a href="http://www.macports.org/" title="http://www.macports.org/">MacPorts</a> <em>nspr</em> package, or the <a href="http://mxcl.github.com/homebrew/" title="http://mxcl.github.com/homebrew/">Homebrew</a> <em>nspr</em> package.</li> + <li><strong>Ubuntu:</strong> Install the <em>libnspr4-dev</em> package via <code>apt-get.</code></li> + <li><strong>Debian:</strong> Install the <em>libnspr4-dev</em> package via <code>apt-get</code>.</li> +</ul> +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h2 class="Documentation" id="Documentation" name="Documentation">Documentation</h2> + <dl> + <dt> + <a href="/en-US/docs/NSPR/About_NSPR" title="NSPR/About_NSPR">About NSPR</a></dt> + <dd> + <small>This topic describes, in general terms, the goals of NSPR and a bit about how it does it.</small></dd> + <dt> + <a href="/en-US/docs/NSPR_API_Reference" title="NSPR_API_Reference">NSPR API Reference</a></dt> + <dd> + <small>The reference describes each API public macro, structure and function in the NSPR API.</small></dd> + <dt> + <a href="/en-US/docs/NSPR_build_instructions" title="NSPR_build_instructions">NSPR build instructions</a></dt> + <dd> + <small>How to checkout and build from source.</small></dd> + <dt> + <a href="/en-US/docs/NSPR_release_process" title="NSPR_release_process">NSPR release process</a></dt> + <dd> + <small>How to prepare an NSPR release.</small></dd> + <dt> + <a href="http://viewvc.svn.mozilla.org/vc/projects/mozilla.org/trunk/projects/nspr/" title="http://viewvc.svn.mozilla.org/vc/projects/mozilla.org/trunk/projects/nspr/">Legacy NSPR Content</a></dt> + <dd> + <small>Older NSPR content is available in SVN for browsing and/or migration to this site</small></dd> + </dl> + <p><span class="alllinks"><a href="/en-US/docs/tag/NSPR" title="tag/NSPR">View All...</a></span></p> + </td> + <td> + <h2 class="Community" id="Community" name="Community">Community</h2> + <ul> + <li>View Mozilla forums...</li> + </ul> + <p>{{DiscussionList("dev-tech-nspr", "mozilla.dev.tech.nspr")}}</p> + <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">Related Topics</h2> + <ul> + <li><a href="/en-US/docs/Necko" title="Necko">Necko</a>, <a href="/en-US/docs/NSS" title="NSS">NSS</a></li> + </ul> + </td> + </tr> + </tbody> +</table> +<p> </p> |