Author: mttp Date: 2014-09-30 13:04:36 +0000 (Tue, 30 Sep 2014) New Revision: 26963
Modified: website/trunk/docs/en/debian.wml Log: We should tell people building from source how to update their sources also.
Modified: website/trunk/docs/en/debian.wml =================================================================== --- website/trunk/docs/en/debian.wml 2014-09-30 00:18:54 UTC (rev 26962) +++ website/trunk/docs/en/debian.wml 2014-09-30 13:04:36 UTC (rev 26963) @@ -171,7 +171,11 @@ deb-src http://deb.torproject.org/torproject.org <DISTRIBUTION> main deb-src http://deb.torproject.org/torproject.org tor-experimental-0.2.5.x-<DISTRIBUTION> main </pre> -You also need to install the necessary packages to build your own debs and the +Substitute the name of your distro (wheezy, sid, trusty, ...) in place of <DISTRIBUTION>. Now refresh your sources by running (as root): +<pre style="margin: 1.5em 0 1.5em 2em"> +apt-get update +</pre> +You also need to install the necessary packages to build your own debs and the packages needed to build Tor: <pre style="margin: 1.5em 0 1.5em 2em"> apt-get install build-essential fakeroot devscripts