... |
... |
@@ -48,6 +48,17 @@ If you are running Debian or Ubuntu, you can install them with: |
48
|
48
|
libtemplate-perl libxml-libxml-perl libxml-writer-perl \
|
49
|
49
|
libyaml-libyaml-perl git mercurial uidmap zstd
|
50
|
50
|
|
|
51
|
+If you are running Fedora, CentOS or RHEL, you can install them with:
|
|
52
|
+
|
|
53
|
+# dnf install "perl(YAML::XS)" "perl(File::Basename)" "perl(Getopt::Long)" \
|
|
54
|
+ "perl(Template)" "perl(IO::Handle)" "perl(IO::CaptureOutput)" \
|
|
55
|
+ "perl(JSON)" "perl(File::Temp)" "perl(Path::Tiny)" \
|
|
56
|
+ "perl(File::Path)" "perl(File::Slurp)" \
|
|
57
|
+ "perl(File::Copy::Recursive)" "perl(String::ShellQuote)"
|
|
58
|
+ "perl(Sort::Versions)" "perl(Digest::SHA)" "perl(Data::UUID)" \
|
|
59
|
+ "perl(Data::Dump)" "perl(DateTime)" "perl(XML::Writer)" \
|
|
60
|
+ "perl(Parallel::ForkManager)" perl-ph mercurial git zstd
|
|
61
|
+
|
51
|
62
|
If you are running an Arch based system, you should be able to install them with:
|
52
|
63
|
|
53
|
64
|
# pacman -S perl-datetime perl-path-tiny perl-yaml perl-yaml-libyaml \
|
... |
... |
@@ -228,10 +239,9 @@ be done with the following command: |
228
|
239
|
|
229
|
240
|
# apt-get install build-essential python3 automake libtool zip unzip \
|
230
|
241
|
autoconf2.13 openjdk-11-jdk gettext-base autotools-dev \
|
231
|
|
- automake autoconf libtool autopoint libssl-dev \
|
232
|
|
- pkg-config zlib1g-dev libparallel-forkmanager-perl \
|
233
|
|
- libfile-slurp-perl bzip2 xz-utils apksigner yasm wget \
|
234
|
|
- bison gyp tcl python3-venv 7zip jq
|
|
242
|
+ automake autoconf libtool autopoint libssl-dev pkg-config \
|
|
243
|
+ zlib1g-dev libparallel-forkmanager-perl libfile-slurp-perl bzip2 \
|
|
244
|
+ xz-utils apksigner yasm wget bison gyp tcl python3-venv 7zip jq
|
235
|
245
|
|
236
|
246
|
Note that Debian Bullseye requires the bullseye-backports repository to
|
237
|
247
|
get the 7zip package.
|