summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-16 10:58:44 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-16 10:58:44 +0300
commit3ceeb89490343bd1abac45df5745c88ce9f2853f (patch)
treeaee689a8a1889d099d292fcea3f06a87a1513aba /README.md
parent38f71ebbe4f3f0847526726dbdef38ec31b0e9b8 (diff)
downloadobnam2-3ceeb89490343bd1abac45df5745c88ce9f2853f.tar.gz
docs: document Rust as a build dependency
Sponsored-by: author
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99be015..dd9240e 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,16 @@ The Rust dependencies are handled automatically by the Cargo tool on
all platforms. The other dependencies are, not including ones needed
merely for building Debian packages:
+* [Rust](https://www.rust-lang.org/tools/install) &mdash; the
+ programming implementation. This can be installed via the standard
+ Rust installer, `rustup`, or any other way. Obnam does not currently
+ specify an explicit minimum version of Rust it requires, but its
+ developers use whatever is the current stable version of the
+ language.
+
+ On Debian, the `build-essential` package also needs to be installed
+ to build Rust programs.
+
* [daemonize](http://software.clapper.org/daemonize/) &mdash; a tool
for running a command as a daemon in the background; needed for
testing, so that the Obnam server can be started and stopped by the