mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-24 18:41:06 +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.
|
available to pict-rs.
|
||||||
|
|
||||||
##### Compile from Source
|
##### Compile from Source
|
||||||
pict-rs can be compiled from source using a recent version of the rust compiler. I do development on
|
pict-rs can be compiled from source using a recent version of the rust compiler. I do development
|
||||||
1.69 and produce releases on 1.70. pict-rs also requires the `protoc` protobuf compiler to be
|
and produce releases on 1.70. pict-rs also requires the `protoc` protobuf compiler to be present at
|
||||||
present at build-time in order to enable use of
|
build-time in order to enable use of [`tokio-console`](https://github.com/tokio-rs/console).
|
||||||
[`tokio-console`](https://github.com/tokio-rs/console).
|
|
||||||
|
|
||||||
Like the Binary Download option, `imagemagick`, `ffmpeg`, and `exiftool` must be installed for
|
Like the Binary Download option, `imagemagick`, `ffmpeg`, and `exiftool` must be installed for
|
||||||
pict-rs to run properly.
|
pict-rs to run properly.
|
||||||
|
|
Loading…
Reference in a new issue