Fedora instructions added

Works for Fedora 27/28/29/Rawhide. It also supports i386, not only x86_64
This commit is contained in:
Savely Krasovsky 2018-11-08 10:52:13 +03:00 committed by GitHub
parent b8950dc04c
commit 6d95f05b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,12 @@ sudo apt update
sudo apt install -y tdlib-dev
```
Fedora:
```bash
sudo dnf update
sudo dnf install tdlib-static
```
#### Manual compilation
```bash