After unpacking the archive, go to the newly created smallcancellation
directory and call ./configure
to use the default ../..
path to the GAP home directory or ./configure path
where path is the path to the GAP home directory, if the package is being installed in a non-default location. So for example if you install the package in the ~/.gap/pkg
directory and the GAP home directory is ~/gap4r5
then you have to call
./configure ../../../gap4r5/
This will fetch the architecture type for which GAP has been compiled last and create a Makefile
. Now simply call
make
to compile the binary and to install it in the appropriate place.
If GAP cannot find a working binary, some computations may take more time (specially for large presentations).
To use the SmallCancellation Package you have to request it explicitly. This is done by calling LoadPackage
(Reference: LoadPackage):
gap> LoadPackage("smallcancellation"); ---------------------------------------------------------------- Loading SmallCancellation 1.0.2 by Iván Sadofschi Costa (http://mate.dm.uba.ar/~isadofschi) For help, type: ?SmallCancellation ---------------------------------------------------------------- true
The SmallCancellation requires the Grape Package (version >=4.7).
generated by GAPDoc2HTML