Mercurial > pymonkey
comparison docs/rendered/index.html @ 110:699d03db6614
Updated docs a bit.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 16 Aug 2009 13:50:42 -0700 |
parents | 1e6523de9df1 |
children | dd32a92f6b4f |
comparison
equal
deleted
inserted
replaced
109:204cac15c06a | 110:699d03db6614 |
---|---|
104 <div class="section" id="building-testing-and-installing"> | 104 <div class="section" id="building-testing-and-installing"> |
105 <h2>Building, Testing, and Installing<a class="headerlink" href="#building-testing-and-installing" title="Permalink to this headline">¶</a></h2> | 105 <h2>Building, Testing, and Installing<a class="headerlink" href="#building-testing-and-installing" title="Permalink to this headline">¶</a></h2> |
106 <p>From the root of your pymonkey repository, run:</p> | 106 <p>From the root of your pymonkey repository, run:</p> |
107 <div class="highlight-python"><pre>python setup.py build test</pre> | 107 <div class="highlight-python"><pre>python setup.py build test</pre> |
108 </div> | 108 </div> |
109 <p>This will build the C extension and run its test suite to ensure that | 109 <p>This will fetch and compile SpiderMonkey, build the C extension, and |
110 everything works properly.</p> | 110 run its test suite to ensure that everything works properly.</p> |
111 <p>Then run:</p> | 111 <p>Then run:</p> |
112 <div class="highlight-python"><pre>sudo python setup.py install</pre> | 112 <div class="highlight-python"><pre>sudo python setup.py install</pre> |
113 </div> | 113 </div> |
114 <p>Note that if you’re on Windows, you won’t need the <tt class="docutils literal"><span class="pre">sudo</span></tt> bit.</p> | 114 <p>Note that if you’re on Windows, you won’t need the <tt class="docutils literal"><span class="pre">sudo</span></tt> bit.</p> |
115 </div> | 115 </div> |