-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] compiling for linux mobile #451
Comments
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. |
yes but I only see how to do it with docker |
Docker instruction is the only step by step guide. |
then please lay out the general steps I need to make. also are there any deps that are not available for arm? |
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. |
If you are using postmarketOS, you can consider creating a package for kotatogram in alpine linux repos |
I own a linux mobile device (PinePhone) and would like to use kotatogram there, how to compile?
The text was updated successfully, but these errors were encountered: