greeny icon indicating copy to clipboard operation
greeny copied to clipboard

Running on ARM

Open ikwyl6 opened this issue 6 years ago • 1 comments

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....

ikwyl6 avatar Dec 31 '18 02:12 ikwyl6

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).

welp-ops avatar Jan 06 '19 19:01 welp-ops