Pin to the same version of rust nightly as delta

This commit is contained in:
2020-05-19 00:16:01 +01:00
parent 825f5d90ed
commit aae7607c7f
5 changed files with 14 additions and 8 deletions

View File

@@ -55,8 +55,13 @@ learning exercise!
### Compiling
This project is written in Rust, so you'll need a rust compiler to build it.
[Rustup]() comes highly recommended. Deltachat is also written in Rust and it
needs the `nightly` version, so follow the instructions for that.
[Rustup](https://github.com/rust-lang/rustup) comes highly recommended.
There is a [`rust-toolchain`](rust-toolchain) file that I try to keep synced
with the version of rust that
[`deltachat-core-rust`](https://github.com/deltachat/deltachat-core-rust)
uses.
Once you have a working rust compiler, just:
@@ -64,7 +69,7 @@ Once you have a working rust compiler, just:
$ cargo build --release
```
to get a `telepathy-padfoot binary.
to get a `telepathy-padfoot binary. Drop the release flag to make it build fast.
### Cross-compiling amd64 -> i386