summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-02-18 21:47:11 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-02-18 21:47:11 +0100
commit96ab28d3b35a75319d8e2fb166784362265139fa (patch)
tree2a4aaf7a801a0a0644ad9393883ca9d51f8b8da8 /index.html
parent3bfb6acc7a7b1f76c14b5ac8c79c72969424640b (diff)
downloadnettle-96ab28d3b35a75319d8e2fb166784362265139fa.tar.gz
Updated git instructions.
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/index.html b/index.html
index 98e571d5..0369e86d 100644
--- a/index.html
+++ b/index.html
@@ -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 &amp;&amp; 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>