README: add temporary workaround for libtdjson with Apple Silicon SoC based devices

Signed-off-by: FraSharp <s23265@iisve.it>
This commit is contained in:
FraSharp 2022-02-16 22:47:52 +01:00
parent 02f831082b
commit 13a1c1f350

View file

@ -55,7 +55,8 @@ To use tg, you'll need to have the following installed:
```sh
brew install tdlib
```
and then set in config `TDLIB_PATH`
and then set in config `TDLIB_PATH`.
- macOS arm64: you can also manually put the tdlib prebuilt (tdlib-arm64-prebuilts/libtdjson.dylib) in `/usr/local/lib`.
- `urlview` to choose urls when there is multiple in message, use `URL_VIEW` in config file to use another app (it should accept urls in stdin)
- to open `stickers` and `animated` ones (thumbnail preview) you need to set in mailcap appropriate handler and have app which will open `webp` file:
```ini