Formatting fix
This commit is contained in:
parent
081c1eaca9
commit
fdc8397b93
|
@ -9,10 +9,12 @@ The configuration file is compatible with Zhabogram 2.0, so you can easily copy
|
|||
Prerequisites: Go links the binary against the `glibc` version present in the system where the build process happens, so it should be less or equal to the version of `glibc` in the system where Telegabber will run.
|
||||
|
||||
* Build TDLib according to [TDLib build instructions](https://tdlib.github.io/td/build.html). The 1.5.0 version is needed currently; for switching to it, run this after `cd td`:
|
||||
|
||||
```
|
||||
git fetch --all --tags --prune
|
||||
git checkout tags/v1.5.0
|
||||
```
|
||||
|
||||
* Install Go (tested with 1.13, but may work with earlier versions too).
|
||||
* Open the source dir in a new shell (to make sure that `$GOPATH` works) and run `make`. Dependencies will be installed automatically.
|
||||
|
||||
|
|
Loading…
Reference in a new issue