]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Updated git instructions.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 18 Feb 2012 20:47:11 +0000 (21:47 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 18 Feb 2012 20:47:11 +0000 (21:47 +0100)
ChangeLog
index.html

index 77a22ee0a496dc20ebeae84e66ccb7eb0f2c12b9..5516ba28b92a846599c1bb56060d920e895c63de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 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 98e571d50aa289885b5b0811668d8b4655505ad0..0369e86d990273df388c7aa5156c5b3b2bbb14b3 100644 (file)
 <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>