Closed Itai-Nelken closed 3 years ago
edit: I edited my question above.
I just tried cross compiling on my Linux x64 machine and it worked perfectly fine.
Added with #956
<exec: "opj_decompress": executable file not found in $PATH> How is this problem solved?
<exec: "opj_decompress": executable file not found in $PATH> How is this problem solved?
after install libopenjp2-tools, the problem is fixed.
use sudo apt-get install libopenjp2-tools
command to install under linux-based OS.
hope it will work for you
Topic Please select what topic you are referring to.
Question I tried to build for arm using the instructions provided by @phoenixbyrd:
git clone https://github.com/FreeTubeApp/FreeTube.git npm install npm run build:arm
Need to edit this file first: FreeTube/_scripts/build.js
Change this line to Arch.armv7l
then edit line 23 and 66 of _scripts/build.js and remove everything that's not needed (i left only deb).
now when running
npm run build:arm
it fails with this output:but inside the FreeTube/build folder there is a
linux-armv7l-unpacked
folder with a executable in it that when run from terminal opens the app that runs perfectly all right.any idea how to fix that?