[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40886: Add Arch instructions to README

boklm (@boklm) git at gitlab.torproject.org
Thu Jun 22 07:45:24 UTC 2023



boklm pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
cb783947 by Dan Ballard at 2023-06-21T16:17:32-07:00
Bug 40886: Add Arch instructions to README

- - - - -


1 changed file:

- README


Changes:

=====================================
README
=====================================
@@ -42,6 +42,20 @@ If you are running Debian or Ubuntu, you can install them with:
                   libfile-copy-recursive-perl libfile-slurp-perl git \
                   mercurial uidmap
 
+If you are running an Arch based system, you should be able to install them with:
+
+# pacman -S perl-datetime perl-path-tiny perl-yaml perl-yaml-libyaml \
+            perl-yaml-tiny perl-template-toolkit perl-io-captureoutput \
+            perl-file-copy-recursive perl-string-shellquote \
+            perl-sort-versions perl-data-uuid perl-data-dump perl-json \
+            perl-digest-sha1 perl-io-all perl-file-slurp perl-sys-syscall \
+            perl-parallel-forkmanager perl-xml-libxml perl-lwp-protocol-https
+
+On Arch based systems you also need to generate some .ph files RBM expects:
+
+	# cd /usr/include/sys; h2ph syscall.h
+	# cd /usr/include/; h2ph asm/unistd.h asm/unistd_64.h bits/syscall.h
+
 The build system is based on rbm, which is included as a git submodule
 in the rbm/ directory. You can fetch the rbm git submodule by running
 'make submodule-update'.



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/cb783947098fe049431a2aa68b2705833230c104

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/cb783947098fe049431a2aa68b2705833230c104
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230622/20b4f561/attachment-0001.htm>


More information about the tbb-commits mailing list