Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
96ab28d3
Commit
96ab28d3
authored
Feb 18, 2012
by
Niels Möller
Browse files
Updated git instructions.
parent
3bfb6acc
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
96ab28d3
2012-02-18 Niels Möller <nisse@lysator.liu.se>
* index.html: Converted to xhtml (from lsh repository,
change
dated 2012-02-03).
* index.html: Converted to xhtml (from lsh repository,
change
dated 2012-02-03).
Updated git instructions.
* nettle.texinfo: Updated charset declaration.
* misc/plan.html: Likewise.
...
...
index.html
View file @
96ab28d3
...
...
@@ -59,17 +59,20 @@
<h2>
GIT access
</h2>
<p>
As some shared but crucial files are not stored in the Nettle corner
of the GIT repository, the recommended way of GIT access is to check
out the entire LSH tree, as per the instructions at the
<a
href=
"http://www.lysator.liu.se/~nisse/lsh"
>
LSH home page
</a>
, run the
top-level
<tt>
./.bootstrap
</tt>
script (which sets up a few important
symlinks and runs .bootstrap scripts in subdirectories), and then
descend into the
<tt>
nettle
</tt>
directory for a standard
<tt>
./configure
&&
make
</tt>
there.
The public git repository for Nettle is located at
<a
href=
'http://git.lysator.liu.se/nettle'
>
git.lysator.liu.se
</a>
.
After checkout, you need to run the
<tt>
.bootstrap
</tt>
script
before the standard
<tt>
./configure
&&
make
</tt>
.
</p>
<p>
A separate repository for Nettle is planned.
Earlier, Nettle was version controlled as part of the LSH
repository. When converted to the current repository, the history of
all files has been maintained as far as practical. But since the
directory organization used to be a bit different, building old
versions of Nettle from the current git repository does not work out
of the box. To do that, you have to check out historic versions from
the
<a
href=
'http://git.lysator.liu.se/lsh'
>
LSH repository
</a>
instead.
</p>
<h2>
Contact
</h2>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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