Td: Update macOS build instructions

Created on 16 Jul 2018  路  2Comments  路  Source: tdlib/td

https://core.telegram.org/tdlib/docs/index.html#building

Build TDLib with CMake as explained in building. You may need to manually specify path to the installed OpenSSL to CMake

"may need" should be replaced by "must", because some people (including me) make the same mistake while building the library, see https://github.com/tdlib/td/issues/110#issuecomment-369550590

Most helpful comment

"may need" is there, because this highly depends on how OpenSSL was installed, on CMake's FindOpenSSL module and many other things. On macOS the path usually needs to be specified manually to CMake, so we drew attention to that. I will replace "may need" with "will likely need" to emphasize that it is often the case.

All 2 comments

"may need" is there, because this highly depends on how OpenSSL was installed, on CMake's FindOpenSSL module and many other things. On macOS the path usually needs to be specified manually to CMake, so we drew attention to that. I will replace "may need" with "will likely need" to emphasize that it is often the case.

For me on macOS CMake successfully finds openssl without manually specifying path
openssl installed via brew

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joshchernoff picture joshchernoff  路  5Comments

mossaudi picture mossaudi  路  3Comments

pishnok picture pishnok  路  3Comments

rdlrt picture rdlrt  路  3Comments

kossnocorp picture kossnocorp  路  3Comments