CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- This is an automatically generated file. -->
4
<Chapter Label="Chapter_Installation">
5
<Heading>Installation</Heading>
6
7
<Section Label="Chapter_Installation_Section_Install_polymake">
8
<Heading>Install polymake</Heading>
9
10
To make GAP and polymake work together porperly, one has to make sure that the two systems
11
are using the same GMP library.
12
You can choose the GMP which polymake uses by the flag --with-gmp=
13
in the polymake configure skript.
14
However, having BOTH systems using your systems GMP is HIGHLY recommended.
15
</Section>
16
17
18
<Section Label="Chapter_Installation_Section_How_to_install_this_package">
19
<Heading>How to install this package</Heading>
20
21
This package can only be compiled on a system that has the new
22
perpetual beta of polymake correctly installed,
23
like it is said in the polymake wiki itself.
24
For more information about this please visit <URL Text="www.polymake.org">http://www.polymake.org</URL>.
25
For installing this package, first make sure you have polymake installed.
26
Copy it in your GAP pkg-directory and run the configure script (./configure)
27
with your GAP root-directory as argument.
28
The default is ../../...
29
Then run make.
30
After this, the package can be loaded via LoadPackage( \"PolymakeInterface\" );.
31
</Section>
32
33
34
</Chapter>
35
36
37