tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
6.99k stars 1.43k forks source link

Started build tdweb #762

Closed isopen closed 4 years ago

isopen commented 4 years ago

@levlam It does not always work as it should: https://github.com/tdlib/td/blob/master/example/web/build-openssl.sh#L3 https://github.com/tdlib/td/blob/master/example/web/build-tdlib.sh#L3 On Linux, these lines may not work.

@levlam Try ! [ -x "$(emconfigure 2> /dev/null)"] in order to remove the spaces

For the most part, it will only hurt

levlam commented 4 years ago

Building tdweb using the latest emsdk was fixed in master.