  
  [1m[4m[31m5. Installation of the Package[0m
  
  Installation of the package requires the GNU multiple precision library (GNU
  MP  [xxx]).  If  this  library is not available on your system, it has to be
  installed  first.  A  copy  of GNU MP can be obtained via anonymous ftp from
  many   file  servers  around  the  world,  for  example:  [34mwww.swox.com/gmp/[0m.
  Installation  of the ANU NQ is done in two steps. First the configure script
  is run:
  
  [22m[35m-------------------------  Installation  -------------------------[0m
    [22m[35m ./configure  [0m
  [22m[35m------------------------------------------------------------------[0m
  
  Among  other things it will check whether it succeeds in locating the GNU MP
  library  and  the  corresponding  include  files.  If  configure  reports no
  problems, the next step is to start the compilation:
  
  [22m[35m-------------------------  Installation  -------------------------[0m
    [22m[35m make [0m
  [22m[35m------------------------------------------------------------------[0m
  
  If  the  configure script told you that it could not find the GNU MP include
  files  or  the  GNU  MP  libraries,  you  have  to  run make with additional
  parameters.  For example, if you have installed GNU MP yourself in your home
  directory, you would type something like the following
  
  [22m[35m-------------------------  Installation  -------------------------[0m
    [22m[35m  make GNU_MP_INC=/home/me/gmp-4.1.1 GNU_MP_LIB=/home/me/gmp-4.1.1/.libs[0m
    [22m[35m  [0m
  [22m[35m------------------------------------------------------------------[0m
  
  A  compiled  version  of  the  program  named  `nq'  is then placed into the
  directory `bin/<complicated name>'. The <complicated name> component encodes
  the operating system and the compiler used. This allows you to compile NQ on
  several architectures sharing the same files system.
  
  If  there  are  any  warnings  or  even  fatal  error  messages  during  the
  compilation  process,  please  send a copy to the address at the end of this
  document together with information about your operating system, the compiler
  you used and any changes you might have made to the source code. I will have
  a look at your problems and try to fix them.
  
  After  the  compilation  is  finished you can check if the ANU NQ is running
  properly on your system. Simply type
  
  [22m[35m-------------------------  Installation  -------------------------[0m
    [22m[35m make test [0m
  [22m[35m------------------------------------------------------------------[0m
  
  The  file  runs  some computations and compares their output with the output
  files  in  the  directory  `examples'.  If testNq reports any errors, please
  follow the instruction that testNq prints out.
  
  The  installation  is completed by compiling the manual of the package. This
  is done from within [1mGAP[0m.
  
  [22m[35m-------------------------  Installation  -------------------------[0m
    [22m[35mgap> NqBuildManual();[0m
    [22m[35mComposing XML document . . .[0m
    [22m[35mParsing XML document . . .[0m
    [22m[35mChecking XML structure . . .[0m
    [22m[35mLaTeX version and calling latex and pdflatex:[0m
    [22m[35m    writing LaTeX file, 3 x latex, bibtex and makeindex, 2 x pdflatex, dvips[0m
    [22m[35mText version . . .[0m
    [22m[35m#I  first run, collecting cross references, index, toc, bib and so on . . .[0m
    [22m[35m#I  table of contents complete.[0m
    [22m[35m#I  producing the index . . .[0m
    [22m[35m#I  reading bibliography data files . . . [0m
    [22m[35m#I  writing bibliography . . .[0m
    [22m[35m#I  second run through document . . .[0m
    [22m[35mWriting manual.six file . . .[0m
    [22m[35mAnd finally the HTML version . . .[0m
    [22m[35m#I  first run, collecting cross references, index, toc, bib and so on . . .[0m
    [22m[35m#I  table of contents complete.[0m
    [22m[35m#I  producing the index . . .[0m
    [22m[35m#I  reading bibliography data files . . . [0m
    [22m[35m#I  writing bibliography . . .[0m
    [22m[35m#I  second run through document . . .[0m
    [22m[35mgap> ?NilpotentQuotient[0m
    [22m[35mHelp: several entries match this topic - type ?2 to get match [2][0m
    [22m[35m[0m
    [22m[35m[1] ANU NQ: NilpotentQuotient[0m
    [22m[35m[2] ANU NQ: NilpotentQuotient[0m
    [22m[35m[3] Reference: NilpotentQuotientOfFpLieAlgebra[0m
    [22m[35mgap>[0m
    [22m[35m  [0m
  [22m[35m------------------------------------------------------------------[0m
  
