[tor-commits] [tor-browser-build/master] README: Add libgtk2.0-dev to the list of dependencies

boklm at torproject.org boklm at torproject.org
Sun Mar 26 12:47:32 UTC 2017


commit 29f7cffa1199dd89da17a6d7792fe7f265d05a42
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Sun Mar 26 14:45:01 2017 +0200

    README: Add libgtk2.0-dev to the list of dependencies
---
 README | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README b/README
index f4a74e0..07725cf 100644
--- a/README
+++ b/README
@@ -13,7 +13,9 @@ Your user account should have access to the docker command without using
 sudo, so it should be in the docker group. The docker daemon should
 also be running.
 
-The sources are downloaded using git which needs to be installed.
+The sources of most components are downloaded using git, which needs to
+be installed. The sources of webrtc are downloaded using gclient, which
+requires GTK+ 2.0 development files to be installed.
 
 You also need a few perl modules installed:
 - YAML::XS
@@ -38,7 +40,7 @@ If you are running Debian or Ubuntu, you can install them with:
                   libio-captureoutput-perl libfile-slurp-perl \
                   libstring-shellquote-perl libsort-versions-perl \
                   libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
-                  git
+                  git libgtk2.0-dev
 
 
 Starting a build



More information about the tor-commits mailing list