tdesktop/docs
John Preston 21b1ba1f88 Move build to Ubuntu 14.04 and GCC 7.2.
To be able to run on the same distributions as before we need to have
the same GLIBC version dependency as in Ubuntu 12.04, which is 2.15.

For that we need to remove all usages of GLIBC features from 2.16 and above.
Currently there are three methods used, so they're wrapped in a separate
static library, linux_glibc_wraps.

It is a separate library because it must be compiled without '-flto' flag,
otherwise the inline __asm__ is not working and we get unresolved symbols.
2017-11-16 07:59:05 +04:00
..
assets Update preview image. 2017-04-05 18:56:58 +03:00
building-cmake.md Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
building-msvc.md Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
building-qmake.md Remove 'git checkout 5.*' before 'init-repository'. 2017-04-06 11:19:00 +03:00
building-qtcreator.md Update opus library to v1.2-alpha2 version. 2017-05-08 16:26:06 +03:00
building-xcode-old.md Move to Xcode 9.0 and fix errors in Clang build. 2017-11-16 07:59:05 +04:00
building-xcode.md Move to Xcode 9.0 and fix errors in Clang build. 2017-11-16 07:59:05 +04:00