mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Update readme to refer to 1.70
This commit is contained in:
parent
58ecb9bb50
commit
e139765e6d
1 changed files with 3 additions and 4 deletions
|
@ -244,10 +244,9 @@ These binaries are called by pict-rs to process uploaded media, so they must be
|
|||
available to pict-rs.
|
||||
|
||||
##### Compile from Source
|
||||
pict-rs can be compiled from source using a recent version of the rust compiler. I do development on
|
||||
1.69 and produce releases on 1.70. pict-rs also requires the `protoc` protobuf compiler to be
|
||||
present at build-time in order to enable use of
|
||||
[`tokio-console`](https://github.com/tokio-rs/console).
|
||||
pict-rs can be compiled from source using a recent version of the rust compiler. I do development
|
||||
and produce releases on 1.70. pict-rs also requires the `protoc` protobuf compiler to be present at
|
||||
build-time in order to enable use of [`tokio-console`](https://github.com/tokio-rs/console).
|
||||
|
||||
Like the Binary Download option, `imagemagick`, `ffmpeg`, and `exiftool` must be installed for
|
||||
pict-rs to run properly.
|
||||
|
|
Loading…
Reference in a new issue