@@ -32,12 +32,12 @@ Please send your bug reports to graham.ellis(at)nuigalway.ie .
3232On a Linux machine with GAP (and optionally Polymake) installed, the HAP
3333library can be loaded as follows:
3434
35- * First download the file hap1.63 .tar.gz to the subdirectory "pkg/" of GAP. (If
35+ * First download the file hap1.64 .tar.gz to the subdirectory "pkg/" of GAP. (If
3636you don't have access to this, then create a directory "pkg" in your home
3737directory and download the file there.)
3838
39- * Change to directory "pkg/" and type "gunzip hap1.63 .tar.gz" followed by
40- "tar -xvf hap1.63 .tar" .
39+ * Change to directory "pkg/" and type "gunzip hap1.64 .tar.gz" followed by
40+ "tar -xvf hap1.64 .tar" .
4141
4242* Start GAP. (If you have created "pkg" in your home directory then start GAP
4343with the command "gap -l 'path/homedir;' " where path/homedir is the path to
@@ -46,12 +46,12 @@ your home directory.)
4646* In GAP type " LoadPackage("HAP"); " .
4747
4848* Help on HAP can be found on the HAP home page (a version of which is
49- included in directory "pkg/Hap1.63 /www" of this distribution).
49+ included in directory "pkg/Hap1.64 /www" of this distribution).
5050
5151* Performance can be significantly improved by using a compiled version of the
5252HAP library. A compiled version can be created by the following steps.
5353
54- 1 . Change to the directory "pkg/Hap1.63 /" .
54+ 1 . Change to the directory "pkg/Hap1.64 /" .
55552 . Edit the file "compile" so that: PKGDIR is equal to the path to the
5656directory "pkg" where your GAP packages are stored; GACDIR is equal to the
5757path to the directory where the GAP compiler "gac" is stored.
@@ -60,4 +60,4 @@ path to the directory where the GAP compiler "gac" is stored.
6060The next time HAP is loaded a compiled version will be loaded.
6161
6262* Should you want to return to an uncompiled version, change to the directory
63- "pkg/Hap1.63 /" and type "./uncompile".
63+ "pkg/Hap1.64 /" and type "./uncompile".
0 commit comments