Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5e1854624d3bc613bdd0dd13d1ef9ac7 > files > 1723

gap-system-4.4.12-5mdv2010.0.i586.rpm

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W  install.tex           POLENTA documentation            Bjoern Assmann
%W                                                     
%W                                                     
%W                                                       
%%
%H  @(#)$Id: install.tex,v 1.5 2007/05/26 09:07:17 bjoern Exp $
%%
%Y 2003
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Installation}

\atindex{Installation}{@Installation}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Installing this package}\null

The Guarana package is part of the standard distribution of {\GAP} and
so normally there should be no need to install it separately.
If by any chance it is not part of your {\GAP} distribution, then 
the standard method is to unpack	 the package into the `pkg'
directory  of your {\GAP} distribution.  This will create a `guarana'
subdirectory. 
For other non-standard options please see  Chapter~"ref:Installing a
GAP Package" of the {\GAP} Reference Manual.

Note that the GAP-Packages Polycyclic and Polenta
are needed for this package.
Normally they should be contained in your distribution. If not, 
they can be obtained at
\begintt
               www.gap-system.org/Packages/packages.html             

\endtt


%To create the documentation, go into the `doc' directory and type
%`make_doc'.



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Loading the Guarana package}\null

\atindex{Loading the Guarana package}{@loading the {\Guarana} package}
If the {\Guarana} Package is not already loaded 
then you have to request it explicitly. 
This  can be 
done by `LoadPackage("guarana")'.
The `LoadPackage' command is described in Section~"ref:LoadPackage"
in the {\GAP} Reference Manual.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Running the test suite}

    Once the package is installed, it is possible to check the correct
    installation by running the test suite of the package.

\beginexample
    gap> Read(Filename(DirectoriesPackageLibrary("guarana","tst")[1],"testall.g"));
\endexample
    For more details on  Test Files see 
    Section~"ref:Test Files" of the 
    {\GAP} Reference Manual.

    If the test suite runs into an error, 
    then please send a message
    to `bjoern@mcs.st-and.ac.uk' including the error message.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%E