kotatogram-desktop icon indicating copy to clipboard operation
kotatogram-desktop copied to clipboard

[Question] compiling for linux mobile

Open DaKnig opened this issue 2 years ago • 6 comments

I own a linux mobile device (PinePhone) and would like to use kotatogram there, how to compile?

DaKnig avatar Feb 17 '24 20:02 DaKnig

As every other cmake project? Run cmake and it will tell you the needed libraries. The only thing is you need your own API keys from Telegram.

ilya-fedin avatar Feb 17 '24 20:02 ilya-fedin

yes but I only see how to do it with docker where can I get step by step?

DaKnig avatar Feb 17 '24 20:02 DaKnig

Docker instruction is the only step by step guide.

ilya-fedin avatar Feb 17 '24 20:02 ilya-fedin

then please lay out the general steps I need to make. also are there any deps that are not available for arm?

DaKnig avatar Feb 17 '24 20:02 DaKnig

then please lay out the general steps

Docker instruction is exactly that, yes. If you need step by step guide, use Docker. But you might need to make some changes to build Kotatogram on ARM because no one from tdesktop nor kotatogram developers have Linux ARM hardware to adapt for it. You can then send your changes directly to tdesktop, it would also be interested in that I believe.

ilya-fedin avatar Feb 17 '24 20:02 ilya-fedin

If you are using postmarketOS, you can consider creating a package for kotatogram in alpine linux repos

Eloitor avatar Feb 19 '24 21:02 Eloitor