-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Feature Request] Compile for android via termux arm64 and for raspberry arm32/arm64 #187
Comments
How did you compile and what are the error messages? I don't have an Android with termux or Raspberry, so I cannot build it for you. |
for build you can use crosscompiling, github actions has it.
I set the environment variable VCPKG_FORCE_SYSTEM_BINARIES = arm as suggested from bootstrapping
|
@yashikada, can you install flatpak in your raspberry? I have a project called SiriKali and i bundle securefs with the flatpak build. You can get it through my project, you can build securefs using flatpak with my flatpak manifest file or you can build it manually by first build and install all necessary dependencies and you can get the list of dependencies and where to get them by looking at the manifest file. The section in the manifest file for building securefs is below. |
yes.
Thank you, I will try even if I have now converted everything to gocryptfs. |
I would like to use securefs on Android via termux and on Raspberry, but the compilation is not successful, could you provide the already compiled binaries?
The text was updated successfully, but these errors were encountered: