We should tell people building from source how to update their sources also.
Matt Pagan

Matt Pagan commited on 2014-09-30 15:04:36
Zeige 1 geänderte Dateien mit 4 Einfügungen und 0 Löschungen.

... ...
@@ -171,6 +171,10 @@ deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
171 171
 deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main
172 172
 deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.5.x-<DISTRIBUTION> main
173 173
 </pre>
174
+Substitute the name of your distro (wheezy, sid, trusty, ...) in place of &lt;DISTRIBUTION&gt;. Now refresh your sources by running (as root):
175
+<pre style="margin: 1.5em 0 1.5em 2em">
176
+apt-get update
177
+</pre>
174 178
 You also need to install the necessary packages to build your own debs and the 
175 179
 packages needed to build Tor:
176 180
 <pre style="margin: 1.5em 0 1.5em 2em">
177 181