]> www.ginac.de Git - ginac.git/blobdiff - INSTALL
cache other.p in assignment; this should fix the "assignment of
[ginac.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f5d6635dd4e29db599b2b49530736f33879f4c67..893d091723a9d400121189a2307662814f6a3c77 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -28,6 +28,14 @@ Known not to work with:
   - GCC 2.96 or earlier because proper exception and standard library support
     is missing there.
 
+To build the GiNaC tutorial and reference manual in HTML, DVI, PostScript,
+or PDF formats, use one of
+
+ $ make html
+ $ make dvi
+ $ make ps
+ $ make pdf
+
 The "configure" script can be given a number of options to enable and
 disable various features. For a complete list, type:
 
@@ -40,6 +48,7 @@ A few of the more important ones:
  --exec-prefix=EPREFIX  install architecture-dependent files in EPREFIX
                         [defaults to the value given to --prefix]
  --disable-shared       suppress the creation of a shared version of libginac
+ --disable-static       suppress the creation of a static version of libginac
 
 More detailed installation instructions can be found in the documentation,
 in the doc/ directory.