Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
ab38c077
Commit
ab38c077
authored
Dec 17, 2013
by
Niels Möller
Browse files
Clarify build instructions.
parent
5c8127d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
ab38c077
...
...
@@ -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
of the library.
Nettle is free software; you can redistribute it and/or modify it
under
the terms of the GNU Lesser General Public License as published
by the Free
Software Foundation. See the file COPYING.LIB for details.
Nettle is free software; you can redistribute it and/or modify it
under
the terms of the GNU Lesser General Public License as published
by the Free
Software Foundation. See the file COPYING.LIB for details.
Build nettle with the usual ./configure && make && make check && make
install. Read the manual. Mail me if you have any questions or
sugges
tions.
If you have downloaded a Nettle release, build it with the usual
./configure && make && make check && make install (see the INSTALL
file for further instruc
tions
)
.
You can also build Nettle from git, see
http://www.lysator.liu.se/~nisse/nettle/ for current instructions.
You can also get Nettle from git, see
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
<URL: http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs>.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment