ProtonMail / proton-bridge

Proton Mail Bridge application
GNU General Public License v3.0
1.17k stars 157 forks source link

Compiling for ARM64 Raspberry Pi #314

Closed superteece closed 1 year ago

superteece commented 1 year ago

My knowledge of compiling from source is limited to the ./configure. make, sudo make install types of projects. As I understand there is not a .deb for ARM64 I thought last night, "I'll just grab the ARM64 versions of the toolchain and dependencies and that'll work" but it doesn't seem to be the case.

Am I barking up a non-existent tree? Is building non-GUI for use on an ARM64 Raspberry Pi just not possible at the moment?

gabor-meszaros commented 1 year ago

Hi @superteece, We have never tried to build Bridge (especially the newer versions) for Raspberry Pi. In theory, building the non-gui part should not be impossible, but it might not be straightforward. You can start with make run-noninteractive (on the v3 branch), and continue from there.

LBeernaertProton commented 1 year ago

You would also need to ensure that the dependent libraries (https://github.com/ProtonMail/gluon) also have their native counter parts built on ARM64.

superteece commented 1 year ago

Thank you both. I'll look into these this weekend.