summaryrefslogtreecommitdiff
path: root/nettle.texinfo
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-07-06 21:47:52 +0200
committerNiels Möller <nisse@lysator.liu.se>2012-07-06 21:47:52 +0200
commit9f309fc8973c153da508becf6e5db2bed6668b54 (patch)
treecae39673a739e97648f127dfa9dd6401a709a67c /nettle.texinfo
parent801ea0ed90cf07c29ce2f62e368fda070710ebab (diff)
downloadnettle-9f309fc8973c153da508becf6e5db2bed6668b54.tar.gz
Final(?) documentaton updates for the 2.5 release.
Diffstat (limited to 'nettle.texinfo')
-rw-r--r--nettle.texinfo19
1 files changed, 8 insertions, 11 deletions
diff --git a/nettle.texinfo b/nettle.texinfo
index 1f053a5e..0d8b7276 100644
--- a/nettle.texinfo
+++ b/nettle.texinfo
@@ -7,7 +7,7 @@
@syncodeindex fn cp
@c %**end of header
-@set UPDATED-FOR 2.3
+@set UPDATED-FOR 2.5
@set AUTHOR Niels Möller
@copying
@@ -195,9 +195,9 @@ Nettle by Andres Mejia. Released under the LGPL.
@item SALSA20
The C implementation of SALSA20 is based on D. J. Bernstein's reference
-implementation, adapted to Nettle by Simon Josefsson, and heavily
-modified by Niels Möller. Assembly for x86_64 by Niels Möller. Released
-under the LGPL.
+implementation (in the public domain), adapted to Nettle by Simon
+Josefsson, and heavily modified by Niels Möller. Assembly for x86_64 by
+Niels Möller. Released under the LGPL.
@item SERPENT
The implementation of the SERPENT cipher is based on the code in libgcrypt,
@@ -3226,16 +3226,13 @@ make install
@end example
@noindent
-to install in the default location, @file{/usr/local}. The library files
-are installed in @file{/use/local/lib/libnettle.a}
-@file{/use/local/lib/libhogweed.a} and the include files are installed
-in @file{/use/local/include/nettle/}.
+to install in under the default prefix, @file{/usr/local}.
To get a list of configure options, use @code{./configure --help}.
-By default, only static libraries are built and installed. To also build
-and install shared libraries, use the @option{ --enable-shared} option
-to @command{./configure}.
+By default, both static and shared libraries are built and installed. To
+omit building the shared libraries, use the @option{ --disable-shared}
+option to @command{./configure}.
Using GNU make is recommended. For other make programs, in particular
BSD make, you may have to use the @option{--disable-dependency-tracking}