tell people what to *do* with cvs once they've checked it out
Roger Dingledine

Roger Dingledine commited on 2004-12-25 10:48:44
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.

... ...
@@ -66,6 +66,7 @@ necessarily work or even compile)</p>
66 66
 <li>Make a new empty directory and cd into it.</li>
67 67
 <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
68 68
 <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
69
+<li>cd tor; ./autogen.sh; make; make install if you like.
69 70
 <li>(use -r tor-0_0_9 or equivalent to fetch a particular version.)</li>
70 71
 <li>(To check out the maintenance branch, use -r tor-0_0_9-patches)</li>
71 72
 </ul></li>
72 73