|
|
|
@ -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 |
|
|
|
|