diff options
| author | Indrajith K L | 2022-12-03 17:00:20 +0530 | 
|---|---|---|
| committer | Indrajith K L | 2022-12-03 17:00:20 +0530 | 
| commit | f5c4671bfbad96bf346bd7e9a21fc4317b4959df (patch) | |
| tree | 2764fc62da58f2ba8da7ed341643fc359873142f /ctags/docs/building.html | |
| download | cli-tools-windows-master.tar.gz cli-tools-windows-master.tar.bz2 cli-tools-windows-master.zip  | |
Diffstat (limited to 'ctags/docs/building.html')
| -rw-r--r-- | ctags/docs/building.html | 121 | 
1 files changed, 121 insertions, 0 deletions
diff --git a/ctags/docs/building.html b/ctags/docs/building.html new file mode 100644 index 0000000..863a70b --- /dev/null +++ b/ctags/docs/building.html @@ -0,0 +1,121 @@ + +<!DOCTYPE html> + +<html> +  <head> +    <meta charset="utf-8" /> +    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> + +    <title>Building ctags — Universal Ctags 0.3.0 documentation</title> +    <link rel="stylesheet" type="text/css" href="_static/pygments.css" /> +    <link rel="stylesheet" type="text/css" href="_static/classic.css" /> +     +    <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script> +    <script src="_static/jquery.js"></script> +    <script src="_static/underscore.js"></script> +    <script src="_static/doctools.js"></script> +     +    <link rel="index" title="Index" href="genindex.html" /> +    <link rel="search" title="Search" href="search.html" /> +    <link rel="next" title="Building with configure (*nix including GNU/Linux)" href="autotools.html" /> +    <link rel="prev" title="Universal Ctags Hacking Guide" href="index.html" />  +  </head><body> +    <div class="related" role="navigation" aria-label="related navigation"> +      <h3>Navigation</h3> +      <ul> +        <li class="right" style="margin-right: 10px"> +          <a href="genindex.html" title="General Index" +             accesskey="I">index</a></li> +        <li class="right" > +          <a href="autotools.html" title="Building with configure (*nix including GNU/Linux)" +             accesskey="N">next</a> |</li> +        <li class="right" > +          <a href="index.html" title="Universal Ctags Hacking Guide" +             accesskey="P">previous</a> |</li> +        <li class="nav-item nav-item-0"><a href="index.html">Universal Ctags 0.3.0 documentation</a> »</li> +        <li class="nav-item nav-item-this"><a href="">Building ctags</a></li>  +      </ul> +    </div>   + +    <div class="document"> +      <div class="documentwrapper"> +        <div class="bodywrapper"> +          <div class="body" role="main"> +             +  <section id="building-ctags"> +<h1>Building ctags<a class="headerlink" href="#building-ctags" title="Permalink to this headline">¶</a></h1> +<div class="toctree-wrapper compound"> +<ul> +<li class="toctree-l1"><a class="reference internal" href="autotools.html">Building with configure (*nix including GNU/Linux)</a><ul> +<li class="toctree-l2"><a class="reference internal" href="autotools.html#gnu-linux-distributions">GNU/Linux distributions</a></li> +<li class="toctree-l2"><a class="reference internal" href="autotools.html#changing-the-executable-s-name">Changing the executable’s name</a></li> +<li class="toctree-l2"><a class="reference internal" href="autotools.html#cross-compilation">Cross-compilation</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="windows.html">Building/hacking/using on MS-Windows</a><ul> +<li class="toctree-l2"><a class="reference internal" href="windows.html#compilers">Compilers</a></li> +<li class="toctree-l2"><a class="reference internal" href="windows.html#building-ctags-from-the-command-line">Building ctags from the command line</a></li> +<li class="toctree-l2"><a class="reference internal" href="windows.html#building-ctags-with-ides">Building ctags with IDEs</a></li> +<li class="toctree-l2"><a class="reference internal" href="windows.html#other-differences-between-microsoft-windows-and-gnu-linux">Other differences between Microsoft Windows and GNU/Linux</a></li> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="osx.html">Building on Mac OS</a><ul> +<li class="toctree-l2"><a class="reference internal" href="osx.html#build-prerequisites">Build Prerequisites</a></li> +<li class="toctree-l2"><a class="reference internal" href="osx.html#differences-between-osx-and-gnu-linux">Differences between OSX and GNU/Linux</a></li> +<li class="toctree-l2"><a class="reference internal" href="osx.html#contributing">Contributing</a></li> +</ul> +</li> +</ul> +</div> +</section> + + +            <div class="clearer"></div> +          </div> +        </div> +      </div> +      <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> +        <div class="sphinxsidebarwrapper"> +  <h4>Previous topic</h4> +  <p class="topless"><a href="index.html" +                        title="previous chapter">Universal Ctags Hacking Guide</a></p> +  <h4>Next topic</h4> +  <p class="topless"><a href="autotools.html" +                        title="next chapter">Building with configure (*nix including GNU/Linux)</a></p> +<div id="searchbox" style="display: none" role="search"> +  <h3 id="searchlabel">Quick search</h3> +    <div class="searchformwrapper"> +    <form class="search" action="search.html" method="get"> +      <input type="text" name="q" aria-labelledby="searchlabel" /> +      <input type="submit" value="Go" /> +    </form> +    </div> +</div> +<script>$('#searchbox').show(0);</script> +        </div> +      </div> +      <div class="clearer"></div> +    </div> +    <div class="related" role="navigation" aria-label="related navigation"> +      <h3>Navigation</h3> +      <ul> +        <li class="right" style="margin-right: 10px"> +          <a href="genindex.html" title="General Index" +             >index</a></li> +        <li class="right" > +          <a href="autotools.html" title="Building with configure (*nix including GNU/Linux)" +             >next</a> |</li> +        <li class="right" > +          <a href="index.html" title="Universal Ctags Hacking Guide" +             >previous</a> |</li> +        <li class="nav-item nav-item-0"><a href="index.html">Universal Ctags 0.3.0 documentation</a> »</li> +        <li class="nav-item nav-item-this"><a href="">Building ctags</a></li>  +      </ul> +    </div> +    <div class="footer" role="contentinfo"> +        © Copyright 2015, Universal Ctags Team. +      Last updated on 11 Jun 2021. +      Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.0.2. +    </div> +  </body> +</html>
\ No newline at end of file  | 
