richard pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
2db98ed5
by Dan Ballard at 2023-08-03T17:02:24+00:00
1 changed file:
Changes:
... | ... | @@ -34,6 +34,8 @@ You also need a few perl modules installed: |
34 | 34 | - Data::UUID
|
35 | 35 | - Data::Dump
|
36 | 36 | - DateTime
|
37 | +- XML::Writer
|
|
38 | +- Parallel::ForkManager
|
|
37 | 39 | |
38 | 40 | If you are running Debian or Ubuntu, you can install them with:
|
39 | 41 | |
... | ... | @@ -43,7 +45,8 @@ If you are running Debian or Ubuntu, you can install them with: |
43 | 45 | libstring-shellquote-perl libsort-versions-perl \
|
44 | 46 | libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
|
45 | 47 | libfile-copy-recursive-perl libfile-slurp-perl git \
|
46 | - mercurial uidmap zstd
|
|
48 | + mercurial uidmap libxml-writer-perl \
|
|
49 | + libparallel-forkmanager-perl libxml-libxml-perl
|
|
47 | 50 | |
48 | 51 | If you are running an Arch based system, you should be able to install them with:
|
49 | 52 |