summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDamian Poddebniak <poddebniak@fh-muenster.de>2018-03-18 13:04:54 +0100
committerDamian Poddebniak <poddebniak@fh-muenster.de>2018-03-18 13:08:31 +0100
commit157a329b68c724589dafa425e1d142dd648b0c55 (patch)
tree66283a80a0bdd0525fdfde27aaafec0376fe63e4 /README.md
parent2c26a5e98ac3575d4f17f40caaeec3b966a969d2 (diff)
Improved README.md
* Added Arch Linux dependencies * Changed `# apt ...` to `$ sudo apt ...` to make it more clear, that root is required (omit possible pitfall for beginners)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 58b29362..aaf12cc6 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,16 @@ dependency in your `Cargo.toml` file as with any other project. Note
that we depend on a number of C libraries, which must be present along
with their development packages.
-To build Sequoia, you need a Rust toolchain and a few libraries. To
-install those on a Debian system, do:
+To build Sequoia, you need a Rust toolchain and a few libraries. You can install
+the needed libraries with one of the following commands:
- # apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
+Debian:
+
+ $ sudo apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
+
+Arch Linux:
+
+ $ sudo pacman -S git cargo clang make pkg-config nettle openssl capnproto sqlite3 --needed
Furthermore, we also provide a C API, and bindings to other languages.
We also consider the needs of packagers in times where distribution