greeny
greeny copied to clipboard
Running on ARM
Hi - running make on my little arm machine (arch linux) gives fatal errors to not finding iup.h
Any idea what pkg this belongs to?
I'm trying to compile as the greeny-cli-linux binary does not run on arm.
bash: ./greeny-cli-linux: cannot execute binary file: Exec format error
which I've seen before when trying to run different architecture executables on arm. My uname -a:
Linux alarm 4.4.97-1-ARCH #1 PREEMPT Sat Nov 11 04:51:38 UTC 2017 armv5tel GNU/Linux
Alternatively, I may create own script to change the tracker name....
IUP is only needed for the GUI build. Run make build/native/bin/greeny-cli to build only the CLI (will be placed at build/native/bin/greeny-cli).