Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
d6d756ac
by Pier Angelo Vendrame at 2023-08-04T08:19:45+02:00
1 changed file:
Changes:
... | ... | @@ -39,14 +39,14 @@ You also need a few perl modules installed: |
39 | 39 | |
40 | 40 | If you are running Debian or Ubuntu, you can install them with:
|
41 | 41 | |
42 | -# apt-get install libyaml-libyaml-perl libtemplate-perl libdatetime-perl \
|
|
43 | - libio-handle-util-perl libio-all-perl \
|
|
44 | - libio-captureoutput-perl libjson-perl libpath-tiny-perl \
|
|
45 | - libstring-shellquote-perl libsort-versions-perl \
|
|
46 | - libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
|
|
47 | - libfile-copy-recursive-perl libfile-slurp-perl git \
|
|
48 | - mercurial uidmap libxml-writer-perl \
|
|
49 | - libparallel-forkmanager-perl libxml-libxml-perl
|
|
42 | +# apt-get install libdata-dump-perl libdata-uuid-perl libdatetime-perl \
|
|
43 | + libdigest-sha-perl libfile-copy-recursive-perl \
|
|
44 | + libfile-slurp-perl libio-all-perl libio-captureoutput-perl \
|
|
45 | + libio-handle-util-perl libjson-perl \
|
|
46 | + libparallel-forkmanager-perl libpath-tiny-perl \
|
|
47 | + libsort-versions-perl libstring-shellquote-perl \
|
|
48 | + libtemplate-perl libxml-libxml-perl libxml-writer-perl \
|
|
49 | + libyaml-libyaml-perl git mercurial uidmap zstd
|
|
50 | 50 | |
51 | 51 | If you are running an Arch based system, you should be able to install them with:
|
52 | 52 |