readme fix
This commit is contained in:
parent
f8029204e4
commit
b1c8b7a754
|
@ -1,12 +1,12 @@
|
||||||
# go-tdlib
|
# go-tdlib
|
||||||
|
|
||||||
Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td) with full support of TDLib v1.3.0
|
Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td) with full support of TDLib v1.4.0
|
||||||
|
|
||||||
## TDLib installation
|
## TDLib installation
|
||||||
|
|
||||||
### Ubuntu 18.04 / Debian 9
|
### Ubuntu 18.04 / Debian 9
|
||||||
|
|
||||||
#### Precompiled
|
#### Precompiled (v1.3.0)
|
||||||
|
|
||||||
Debian:
|
Debian:
|
||||||
```bash
|
```bash
|
||||||
|
@ -49,7 +49,7 @@ apt-get install -y \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
git clone --depth 1 -b "v1.3.0" "https://github.com/tdlib/td.git" ./tdlib-src
|
git clone --depth 1 -b "v1.4.0" "https://github.com/tdlib/td.git" ./tdlib-src
|
||||||
mkdir ./tdlib-src/build
|
mkdir ./tdlib-src/build
|
||||||
cd ./tdlib-src/build
|
cd ./tdlib-src/build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
|
Loading…
Reference in a new issue