<p>NormalizInterface supports GAP 4.9 or later, and Normaliz 3.5.4 or later.</p>
<p>For technical reasons, installing and using NormalizInterface requires that your version of GAP is compiled in a special way. Specifically, GAP must be compiled against the exact same version of the GMP library as Normaliz. By default, GAP compiles its own version of GMP; however, we cannot use that, as it lacks C++ support, which is required by Normaliz.</p>
<p>Thus as the very first step, please install a version of GMP in your system. On most Linux and BSD distributions, there should be a GMP package available with your system's package manager. On Mac OS X, you can install GMP via Fink, MacPorts or Homebrew.
<p>Next, make sure your GAP installation is compiled against the system wide GMP installation. To do so, switch to the GAP root directory, and enter the following commands:</p>
<div class="example"><pre>
make clean
./configure --with-gmp=PATH/TO/YOUR/GMP
make
</pre></div>
<p>Next you need to compile a recent version of Normaliz. This requires the presence of several further system software packages, which you install via your system's package manager. At least the following are required:
<ul>
<li><p>curl OR wget for downloading the sourcecode</p>
</li>
</ul>
<p>Once you have installed these, you can build Normaliz by using the <code class="code">prerequisites.sh</code> script we provide. It takes a single, optional parameter: the location of the GAP root directory.</p>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.