Skip to content

jeudesprits/tg-time-tdlib-build-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

📜 About

Simple Docker container to build TDLib (Telegram Database library) on Docker for tg-time or for your NodeJS project.

🏗 Setup

  1. Clone this repo: git clone https://github.com/jeudesprits/tg-time-tdlib-build-docker
  2. Go to folder: cd tg-time-tdlib-build-docker
  3. Build docker container: docker build --tag=jeudesprits/tg-time-tdlib-build-docker .
  4. Run docker container. Be sure that you specify the correct path to copy libtdjson.so file. Example:
docker run --rm -v $HOME/dev/tg-time/lib:/libtdjson jeudesprits/tg-time-tdlib-build-docker:latest
  1. PROFIT!

👨‍💻 Author

jeudesprits