Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 79aa700fb313c8058f07224ec56386c7 > files > 856

munipack-2.0.8-2.mga4.x86_64.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>Installation and uninstallation &mdash; C-Munipack 2.0.8 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '2.0.8',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="C-Munipack 2.0.8 documentation" href="index.html" />
    <link rel="next" title="Getting started" href="getting_started.html" />
    <link rel="prev" title="Introduction" href="introduction.html" /> 
  </head>
  <body>
    <div class="related">
      <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="getting_started.html" title="Getting started"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="introduction.html" title="Introduction"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">C-Munipack 2.0.8 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="installation-and-uninstallation">
<span id="installation"></span><span id="index-0"></span><h1>Installation and uninstallation<a class="headerlink" href="#installation-and-uninstallation" title="Permalink to this headline">¶</a></h1>
<p>The latest version of the binaries and the source code can be obtained from the C-Munipack
project&#8217;s home page: <a class="reference external" href="http://c-munipack.sourceforge.net/">http://c-munipack.sourceforge.net/</a>. Choose the binary or source package
according to your platform and download it.</p>
<div class="section" id="using-the-installer-on-ms-windows">
<h2>Using the installer on MS Windows<a class="headerlink" href="#using-the-installer-on-ms-windows" title="Permalink to this headline">¶</a></h2>
<p>Download the installer (.exe file) from the project&#8217;s home page and execute it. Follow
the instructions in the installation wizard. By default, the files are installed to the
Program Files folder. The software itself doesn&#8217;t require the write access to the installation
path and it doesn&#8217;t read or modify the windows registry. All configuration files and other
temporary files are stored in user&#8217;s Application Data folder.</p>
<p>To uninstall the software open your Control Panel, then open the Add/Remove programs
tool. Select the C-Munipack 1.3 item and click on a Remove button.</p>
</div>
<div class="section" id="compiling-the-source-code-on-unix-based-systems">
<span id="index-1"></span><h2>Compiling the source code on Unix based systems<a class="headerlink" href="#compiling-the-source-code-on-unix-based-systems" title="Permalink to this headline">¶</a></h2>
<p>Download the source code archive to your computer and unpack it using the tar command.
The software comes with the GNU automake configuration scripts.</p>
<p>First, run the configure script that is stored in the source&#8217;s root directory. The
script takes a while to finish. It automatically checks the dependencies and determines which
features your system has or has not and makes a set of Makefiles that in turn are called to build
and install the binaries. Here is the list of most frequently used command-line options
that the script accepts.</p>
<dl class="option">
<dt id="cmdoption-configure--help">
<tt class="descname">--help</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-configure--help" title="Permalink to this definition">¶</a></dt>
<dd><p>Print the complete set of command-line options.</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-configure--prefix">
<tt class="descname">--prefix</tt><tt class="descclassname">=path</tt><a class="headerlink" href="#cmdoption-configure--prefix" title="Permalink to this definition">¶</a></dt>
<dd><p>Install software in subdirectories below prefix. The default value of prefix is /usr/local.</p>
</dd></dl>

<p>The following options extends the default configure&#8217;s set:</p>
<dl class="option">
<dt id="cmdoption-configure--enable-gui">
<tt class="descname">--enable-gui</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-configure--enable-gui" title="Permalink to this definition">¶</a></dt>
<dd><p>Compile and install the graphical user interface (Muniwin). The default value is yes.</p>
</dd></dl>

<dl class="option">
<dt id="cmdoption-configure--enable-toolkit">
<tt class="descname">--enable-toolkit</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-configure--enable-toolkit" title="Permalink to this definition">¶</a></dt>
<dd><p>Compile and install the set of user commands (toolkit). The default value is yes.</p>
</dd></dl>

<p>Run &#8216;make&#8217;. Once you have successfully compiled the software, run &#8216;make install&#8217;.</p>
<p>This will install a copy of the software, its libraries, and its documentation in the destination
directory. The software is installed into following directories. In the list below, the prefix stands for
the installation path, /usr/local is the default.</p>
<dl class="object">
<dt>
<tt class="descname">prefix/bin</tt></dt>
<dd><p>Binaries that can be run directly</p>
</dd></dl>

<dl class="object">
<dt>
<tt class="descname">prefix/lib</tt></dt>
<dd><p>Libraries that are used to build applications using the C-Munipack API</p>
</dd></dl>

<dl class="object">
<dt>
<tt class="descname">prefix/include</tt></dt>
<dd><p>Header files that are used to compile applications using the C-Munipack API</p>
</dd></dl>

<dl class="object">
<dt>
<tt class="descname">prefix/man</tt></dt>
<dd><p>Unix-style man pages</p>
</dd></dl>

<dl class="object">
<dt>
<tt class="descname">prefix/share/c-munipack-1.3</tt></dt>
<dd><p>Icons, sounds and documentation</p>
</dd></dl>

</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">Installation and uninstallation</a><ul>
<li><a class="reference internal" href="#using-the-installer-on-ms-windows">Using the installer on MS Windows</a></li>
<li><a class="reference internal" href="#compiling-the-source-code-on-unix-based-systems">Compiling the source code on Unix based systems</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="introduction.html"
                        title="previous chapter">Introduction</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="getting_started.html"
                        title="next chapter">Getting started</a></p>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <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="getting_started.html" title="Getting started"
             >next</a> |</li>
        <li class="right" >
          <a href="introduction.html" title="Introduction"
             >previous</a> |</li>
        <li><a href="index.html">C-Munipack 2.0.8 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2012, David Motl.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>