Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 29, 2019 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/006d1a944277e9141a9c8ce88737c54a to your computer and use it in GitHub Desktop.
Save ryantm/006d1a944277e9141a9c8ce88737c54a to your computer and use it in GitHub Desktop.
/nix/store/n19vnx11qf03zc8sljjfam6di9xa5lr8-tdlib-1.5.0
├── include
│   └── td
│   ├── telegram
│   │   ├── Client.h
│   │   ├── Log.h
│   │   ├── td_api.h
│   │   ├── td_api.hpp
│   │   ├── td_json_client.h
│   │   ├── tdjson_export.h
│   │   └── td_log.h
│   └── tl
│   └── TlObject.h
└── lib
├── cmake
│   └── Td
│   ├── TdConfig.cmake
│   ├── TdConfigVersion.cmake
│   ├── TdTargets.cmake
│   └── TdTargets-release.cmake
├── libtdactor.a
├── libtdclient.a
├── libtdcore.a
├── libtddb.a
├── libtdjson_private.a
├── libtdjson.so -> libtdjson.so.1.5.0
├── libtdjson.so.1.5.0
├── libtdjson_static.a
├── libtdnet.a
├── libtdsqlite.a
└── libtdutils.a
7 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment