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
Bug 40880: add further required packages to README for debian for release
- - - - -
1 changed file:
- README
Changes:
=====================================
README
=====================================
@@ -34,6 +34,8 @@ You also need a few perl modules installed:
- Data::UUID
- Data::Dump
- DateTime
+- XML::Writer
+- Parallel::ForkManager
If you are running Debian or Ubuntu, you can install them with:
@@ -43,7 +45,8 @@ If you are running Debian or Ubuntu, you can install them with:
libstring-shellquote-perl libsort-versions-perl \
libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
libfile-copy-recursive-perl libfile-slurp-perl git \
- mercurial uidmap zstd
+ mercurial uidmap libxml-writer-perl \
+ libparallel-forkmanager-perl libxml-libxml-perl
If you are running an Arch based system, you should be able to install them with:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2…
You're receiving this email because of your account on gitlab.torproject.org.