commit 7e784c57f614b97a9b2f614bc0550fd5ade1e735 Author: Nicolas Vigier boklm@torproject.org Date: Tue Apr 30 17:06:00 2019 +0200
Bug 29981: Add yasm to the list of dependencies for android builds
Note: yasm is only needed for android-x86 builds. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README index 1dc2cfd..6aa763e 100644 --- a/README +++ b/README @@ -208,7 +208,7 @@ with the following command: autoconf2.13 openjdk-8-jdk gettext-base autotools-dev \ automake autoconf libtool autopoint libssl-dev \ pkg-config zlib1g-dev libparallel-forkmanager-perl \ - libfile-slurp-perl bzip2 xz-utils apksigner + libfile-slurp-perl bzip2 xz-utils apksigner yasm
Common Build Errors
tbb-commits@lists.torproject.org