SavaPage on a Single-Board-Computer

Sony for bumping a rather old topic

A community member @ nethserver wants to take this on and in my role as “Arm Team Coordinator” am assisting him. (note nethsever is centos 7 based so we are building for armv7l on Centos)

Building the C/C++ binaries was a quite easy task…
However installing the rest of it is a bigger challenge , this foremost because do not know java (I mean…really nothing)

Any pointers how to go from here?

ATM considering to grep the x64 savapage-setup-<version>.x86.bin extract it :slight_smile:

  • rename some directories to linux-armv7l
  • exchange the mentioned binaries.
  • go trough the install scripts and “sed” i686 to armv7l…