GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>12<!-- This is an automatically generated file. -->3<Chapter Label="Chapter_Installation">4<Heading>Installation</Heading>56<Section Label="Chapter_Installation_Section_Install_polymake">7<Heading>Install polymake</Heading>89To make GAP and polymake work together porperly, one has to make sure that the two systems10are using the same GMP library.11You can choose the GMP which polymake uses by the flag --with-gmp=12in the polymake configure skript.13However, having BOTH systems using your systems GMP is HIGHLY recommended.14</Section>151617<Section Label="Chapter_Installation_Section_How_to_install_this_package">18<Heading>How to install this package</Heading>1920This package can only be compiled on a system that has the new21perpetual beta of polymake correctly installed,22like it is said in the polymake wiki itself.23For more information about this please visit <URL Text="www.polymake.org">http://www.polymake.org</URL>.24For installing this package, first make sure you have polymake installed.25Copy it in your GAP pkg-directory and run the configure script (./configure)26with your GAP root-directory as argument.27The default is ../../...28Then run make.29After this, the package can be loaded via LoadPackage( \"PolymakeInterface\" );.30</Section>313233</Chapter>34353637