Skip to content
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

Support Raspberry Pi #68

Open
nuttyartist opened this issue Jun 15, 2016 · 5 comments
Open

Support Raspberry Pi #68

nuttyartist opened this issue Jun 15, 2016 · 5 comments

Comments

@nuttyartist
Copy link
Owner

We need someone that has one and can help make Notes supported on it.

@theshadowx
Copy link
Collaborator

Raspberry Pi uses Raspbian which is Debian, so what should be done is to compile the app for arm processor.

One of the solutions is to use Docker so It would be possible to compile and generate the executable without having Raspberry.

I have created before an image of Raspbian (wheezy) with Qt 5.5 for Raspberry https://hub.docker.com/r/theshadowx/rpi-qt/

@nuttyartist
Copy link
Owner Author

oh cool, so all we need is to compile it on the Docker container, and package it as a .deb file like we normally do?

@theshadowx
Copy link
Collaborator

yes, there is also another way to generate the package is by writing a script that will go through all the steps needed to generate a package inside the container and as result you'll have the package ready to be used

@nuttyartist
Copy link
Owner Author

Great, I'm adding this to #13.

@nuttyartist nuttyartist added this to the Future releases milestone Jul 13, 2016
@hmsjy2017
Copy link

hmsjy2017 commented Oct 5, 2021

I think the better solution is to use Travis CI or Azure Pipelines to build, because they have Linux/ARM64 runners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants