{"id":49626945,"url":"https://github.com/xkaers/tdlib-build","last_synced_at":"2026-05-05T08:05:20.185Z","repository":{"id":53899262,"uuid":"481559992","full_name":"xkaers/tdlib-build","owner":"xkaers","description":"使用Github Actions编译TDLib库. 支持Java/C#及使用TDLib库json接口的全部开发语言, 当前仅支持windows及linux系统下的库编译","archived":false,"fork":false,"pushed_at":"2024-07-23T04:28:52.000Z","size":42,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-23T05:14:55.603Z","etag":null,"topics":["tdlib","tdlib-dotnet","tdlib-java","tdlib-json-client","tg"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xkaers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-14T10:20:55.000Z","updated_at":"2024-07-23T02:29:53.000Z","dependencies_parsed_at":"2024-07-23T05:24:49.119Z","dependency_job_id":null,"html_url":"https://github.com/xkaers/tdlib-build","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/xkaers/tdlib-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xkaers%2Ftdlib-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xkaers%2Ftdlib-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xkaers%2Ftdlib-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xkaers%2Ftdlib-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xkaers","download_url":"https://codeload.github.com/xkaers/tdlib-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xkaers%2Ftdlib-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tdlib","tdlib-dotnet","tdlib-java","tdlib-json-client","tg"],"created_at":"2026-05-05T08:05:18.777Z","updated_at":"2026-05-05T08:05:20.179Z","avatar_url":"https://github.com/xkaers.png","language":"C","funding_links":[],"categories":["Build tooling"],"sub_categories":["Swift / iOS / macOS"],"readme":"# tdlib-build\n使用Github Actions编译TDLib库. 支持Java/C#及使用TDLib库json接口的全部开发语言, 当前仅支持windows及linux系统下的TDLib库编译.\n\n### Release说明\n\nrelease中只提供Windows和linux系统下的TDLib库, 其中\n\n1. 带有java的表示该压缩包是提供给使用jni调用TDLib库的Java开发者使用的\n2. 带有csharp的是提供给使用C++/CLI调用TDLib库(windows下开发,不含uwp)的开发者使用的\n3. 带有through-json-interface的是提供给使用json接口调用TDLib库的开发者使用的\n\n只有Java和C#是需要下载上面符合`1,2`说明的库, 其他语言根据系统直接下载带有through-json-interface的库即可.  .net core开发者请使用带有through-json-interface的库\n\n\n\n### 常见问题\n\nUbuntu下运行tdlib java示例程序如果报`java.lang.UnsatisfiedLinkError: /home/**/tdlib/bin/libtdjni.so: libc++.so.1: cannot open shared object file: No such file or directory` 请先安装libc++-dev\n\n`sudo apt-get install libc++-dev`\n\n\n\n出现如下错误请检查你使用的TdApi.java是不是和下载的release中org目录下的TdApi.java一致. 请在更新依赖库时尽量使用release包中的TdApi.java\n\n```java\njava.lang.UnsatisfiedLinkError: org.drinkless.tdlib.Client.nativeClientExecute(Lorg/drinkless/tdlib/TdApi$Function;)Lorg/drinkless/tdlib/TdApi$Object;\n   at org.drinkless.tdlib.Client.nativeClientExecute(Native Method)\n   at org.drinkless.tdlib.Client.execute(Client.java:84)\n```\n\n\n\n### 参考资料\n\nhttps://github.com/tdlib/td\n\nhttps://tdlib.github.io/td/build.html\n\nhttps://www.arloor.com/posts/tdlib-java-telegram-client/\n\n\n\n*workflows目前是手动触发启动的,如果你用的时候发现release不是最新的请提issues给我*\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxkaers%2Ftdlib-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxkaers%2Ftdlib-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxkaers%2Ftdlib-build/lists"}