[tor-commits] [tor-messenger-build/master] Document installing deps on Fedora
arlo at torproject.org
arlo at torproject.org
Fri Mar 10 04:22:22 UTC 2017
commit 8cdd59bdff90926d5677c79dfc813e1784b0f5e2
Author: Vu Quoc Huy <huyvq.c633 at gmail.com>
Date: Thu Mar 9 20:21:32 2017 -0800
Document installing deps on Fedora
---
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index a45ef70..53ad767 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,17 @@ If you are running Debian or Ubuntu, you can install them with:
git mercurial
```
+If you are running Fedora (24 or later), you can install them with:
+
+```
+# dnf install 'perl(YAML::XS)' 'perl(File::Basename)' 'perl(Getopt::Long)' \
+ 'perl(Template)' 'perl(IO::Handle)' 'perl(IO::CaptureOutput)' \
+ 'perl(File::Temp)' 'perl(File::Slurp)' 'perl(File::Path)' \
+ 'perl(String::ShellQuote)' 'perl(Sort::Versions)' \
+ 'perl(Digest::SHA)' 'perl(Data::UUID)' 'perl(Data::Dump)' \
+ git mercurial
+```
+
Starting a build
----------------
More information about the tor-commits
mailing list