-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello,
I attempted to install this on my Novena laptop which has a Freescale ARM IM.x 6 CPU (Debian Stretch armhf). When installing from the website, it says it is incompatible. Upon looking at the source code, I suspect that is because the C code packaged in the XPI is compiled to x86_64. I suspect then that if anyone runs this on a Raspberry Pi or similar platform, they will get the same issue.
I attempted to follow the instructions for compiling and packing myself, but I kept getting the error of "This package is corrupt."
To compile, I ran
$cd c_src $cmake ./ $make & make install $cd ../ext $zip -9r ../u2f.xpi *
I also attempted to run the "make-xpi.sh" from the script folder, but it said it could not access the "ext" Folder. I moved it up to the root folder, and it ran, but I also got the same issue of the package being corrupt.
I am running Firefox 50.1.0, and I disable the code signing as well.
Any help on how to properly compile would be appreciated!