GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
<?xml version="1.0" encoding="UTF-8"?>1<!--23install.xml Gauss package documentation Simon Goertzen456Copyright (C) 2007-2008, Lehrstuhl B f�r Mathematik, RWTH-Aachen78This is the chapter of the documentation describing the installation.910-->1112<Section Label="install">13<Heading>Installation of the &Gauss; Package</Heading>14<Index>&Gauss;</Index>1516To install this package just extract the package's archive file to the17GAP <F>pkg/</F> directory. The &Gauss; package utilizes some &C;-code by18Max Neunhoeffer that has to be compiled before you can load Gauss. To19compile the code, first run <C>./configure</C>. If the package is not20installed in the <F>pkg/</F> subdirectory of &GAP;'s root directory21you will need to provide the correct path to the latter. This will22create a makefile. Complete the installation of the package by running23<C>make</C>. Recompiling the documentation is possible by the command24<C>make doc</C> in the Gauss directory, but this should not be25necessary.<P/>2627By default the &Gauss; package is not automatically loaded by &GAP;28when it is installed. You must load the package with29<C>LoadPackage("Gauss");</C> before its functions become30available. Please, send me an e-mail if you have any questions,31remarks, suggestions, etc. concerning &Gauss;. Also, I would like to32hear about applications of this package.<Br/>3334Simon Goertzen<Br/>3536</Section>373839