Skip to content
Snippets Groups Projects
Commit ab38c077 authored by Niels Möller's avatar Niels Möller
Browse files

Clarify build instructions.

parent 5c8127d4
No related branches found
No related tags found
No related merge requests found
...@@ -24,16 +24,20 @@ What is Nettle? A quote from the introduction in the Nettle Manual: ...@@ -24,16 +24,20 @@ What is Nettle? A quote from the introduction in the Nettle Manual:
language, and LSH, which both use an object-oriented abstraction on top language, and LSH, which both use an object-oriented abstraction on top
of the library. of the library.
Nettle is free software; you can redistribute it and/or modify it under Nettle is free software; you can redistribute it and/or modify it
the terms of the GNU Lesser General Public License as published by the Free under the terms of the GNU Lesser General Public License as published
Software Foundation. See the file COPYING.LIB for details. by the Free Software Foundation. See the file COPYING.LIB for details.
Build nettle with the usual ./configure && make && make check && make If you have downloaded a Nettle release, build it with the usual
install. Read the manual. Mail me if you have any questions or ./configure && make && make check && make install (see the INSTALL
suggestions. file for further instructions).
You can also build Nettle from git, see You can also get Nettle from git, see
http://www.lysator.liu.se/~nisse/nettle/ for current instructions. http://www.lysator.liu.se/~nisse/nettle/ for current instructions. In
particular, you need to run the ./.bootstrap script after checkout and
before running ./configure.
Read the manual. Mail me if you have any questions or suggestions.
You may want to subscribe to the nettle-bugs mailing list. See You may want to subscribe to the nettle-bugs mailing list. See
<URL: http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs>. <URL: http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs>.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment