aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/html/intro.html')
-rw-r--r--docs/build/html/intro.html23
1 files changed, 19 insertions, 4 deletions
diff --git a/docs/build/html/intro.html b/docs/build/html/intro.html
index 9c2790b..dd9689a 100644
--- a/docs/build/html/intro.html
+++ b/docs/build/html/intro.html
@@ -66,9 +66,18 @@ the build of a package. It also can be used for runtime dependencies analysis.</
</div>
<div class="section" id="installing">
<h2>Installing<a class="headerlink" href="#installing" title="Permalink to this headline">¶</a></h2>
-<div class="admonition note">
-<p class="first admonition-title">Note</p>
-<p class="last">TODO: make an overlay and ebuild</p>
+<ol class="arabic simple">
+<li>The package is available in &#8220;neurogeek&#8221; overlay. To add this overlay use:</li>
+</ol>
+<div class="highlight-none"><div class="highlight"><pre>layman -a neurogeek
+</pre></div>
+</div>
+<ol class="arabic simple" start="2">
+<li>Make sure that &#8220;source /var/lib/layman/make.conf&#8221; is in your /etc/make.conf</li>
+<li>To install the package type:</li>
+</ol>
+<div class="highlight-none"><div class="highlight"><pre>emerge autodep
+</pre></div>
</div>
</div>
<div class="section" id="running">
@@ -125,6 +134,12 @@ the build of a package. It also can be used for runtime dependencies analysis.</
</dd></dl>
<p>Example: showfsevents.py -b lsof,cowsay emerge bash</p>
+<div class="admonition note">
+<p class="first admonition-title">Note</p>
+<p class="last">You can use <strong>emerge_strict</strong> command to check dependencies of a packages.
+The command has same syntax as emerge and launches bundled emerge with
+<em>depcheckstrict</em> feature.</p>
+</div>
</div>
<div class="section" id="hooklib-vs-fusefs">
<h2>Hooklib vs Fusefs<a class="headerlink" href="#hooklib-vs-fusefs" title="Permalink to this headline">¶</a></h2>
@@ -289,7 +304,7 @@ accessed:</p>
</div>
<div class="footer">
&copy; Copyright 2011, Alexander Bersenev.
- Last updated on Aug 21, 2011.
+ Last updated on Aug 22, 2011.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>