Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build and dynamically link? #4688

Closed
Geremia opened this issue May 14, 2018 · 5 comments
Closed

build and dynamically link? #4688

Geremia opened this issue May 14, 2018 · 5 comments

Comments

@Geremia
Copy link

Geremia commented May 14, 2018

These build-instructions require compiling all dependencies from source and statically linking. Is there a way to build Telegram and dynamically link it?

@Johnnynator
Copy link
Contributor

It can be somewhat dynamically linked, check out the patch sets of various linux distributions. The libs that are used internally and are not in the list of libs you have to compile manually are mostly still statically linked (crl ,GSL, variant, libtgvoip, Catch2).

@stek29
Copy link
Contributor

stek29 commented May 14, 2018

There's no officially supported way to dynamically link to most of the dependencies, sorry.

@Geremia
Copy link
Author

Geremia commented May 14, 2018

@stek29 Why is statically linking the official build procedure?

@john-preston
Copy link
Member

@Geremia So that anyone could download a version from site and it just works.

@github-actions
Copy link

github-actions bot commented Mar 7, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants