Goto Chapter: Top 1 2 3 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

3 Installing and loading the Cubefree package
 3.1 Installing the Cubefree package
 3.2 Loading the Cubefree package

3 Installing and loading the Cubefree package

3.1 Installing the Cubefree package

The installation of the Cubefree package follows standard GAP rules, see also Section Reference: Installing a GAP Package in the GAP reference manual. So the standard method is to unpack the package into the pkg directory of your GAP distribution. This will create a cubefree subdirectory.

3.2 Loading the Cubefree package

To use the Cubefree Package you have to request it explicitly. This is done by calling LoadPackage like this:

gap> LoadPackage("cubefree");
true

 

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 Bib Ind

generated by GAPDoc2HTML