aboutsummaryrefslogtreecommitdiff
path: root/files/es/nspr/index.html
blob: 51a4540a75630d401fa09099f5ae83a2e652e6d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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>