atilaromero / telegram-desktop-decrypt

Tool to decrypt tdata files.
MIT License
182 stars 63 forks source link

How to execute? #4

Open danielmarschall opened 5 years ago

danielmarschall commented 5 years ago

Hello,

you are writing in README.md that the program can be executed with

./telegram-desktop-decrypt

However, there is no description how to build the executable file. What do I need to do? (in Windows or in Linux)?

atilaromero commented 5 years ago

You can compile by installing the go programming language and using go build in the repository root dir. Or you can use one of the pre-compiled binaries at https://github.com/atilaromero/telegram-desktop-decrypt/releases

DavidGriffith commented 3 years ago

Then there's the problem of what to do when doing go build results in this:

$ go build
can't load package: package github.com/atilaromero/telegram-desktop-decrypt: unknown import path "github.com/atilaromero/telegram-desktop-decrypt": cannot find module providing package github.com/atilaromero/telegram-desktop-decrypt