... |
... |
@@ -15,6 +15,8 @@ be installed. |
15
|
15
|
Zstandard (zstd) is used to compress some tarballs and needs to be
|
16
|
16
|
installed. You'll also need tar >= 1.31, for zstd support.
|
17
|
17
|
|
|
18
|
+Zip (Info-ZIP 3.0) is used to create some archives.
|
|
19
|
+
|
18
|
20
|
The jq tool is required to process the json used to generate the country
|
19
|
21
|
list used by the browser's censorship circumvention system.
|
20
|
22
|
|
... |
... |
@@ -49,7 +51,7 @@ If you are running Debian or Ubuntu, you can install them with: |
49
|
51
|
libparallel-forkmanager-perl libpath-tiny-perl \
|
50
|
52
|
libsort-versions-perl libstring-shellquote-perl \
|
51
|
53
|
libtemplate-perl libxml-libxml-perl libxml-writer-perl \
|
52
|
|
- libyaml-libyaml-perl git uidmap zstd jq
|
|
54
|
+ libyaml-libyaml-perl git uidmap zstd jq zip
|
53
|
55
|
|
54
|
56
|
If you are running Fedora, CentOS or RHEL, you can install them with:
|
55
|
57
|
|
... |
... |
@@ -60,7 +62,7 @@ If you are running Fedora, CentOS or RHEL, you can install them with: |
60
|
62
|
"perl(File::Copy::Recursive)" "perl(String::ShellQuote)" \
|
61
|
63
|
"perl(Sort::Versions)" "perl(Digest::SHA)" "perl(Data::UUID)" \
|
62
|
64
|
"perl(Data::Dump)" "perl(DateTime)" "perl(XML::Writer)" \
|
63
|
|
- "perl(Parallel::ForkManager)" perl-ph git zstd jq
|
|
65
|
+ "perl(Parallel::ForkManager)" perl-ph git zstd jq zip
|
64
|
66
|
|
65
|
67
|
If you are running an Arch based system, you should be able to install them with:
|
66
|
68
|
|
... |
... |
@@ -70,7 +72,7 @@ If you are running an Arch based system, you should be able to install them with |
70
|
72
|
perl-sort-versions perl-data-uuid perl-data-dump perl-json \
|
71
|
73
|
perl-digest-sha1 perl-io-all perl-file-slurp perl-sys-syscall \
|
72
|
74
|
perl-parallel-forkmanager perl-xml-libxml perl-lwp-protocol-https \
|
73
|
|
- zstd jq
|
|
75
|
+ zstd jq zip
|
74
|
76
|
|
75
|
77
|
On Arch based systems you also need to generate some .ph files RBM expects:
|
76
|
78
|
|