catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
324 stars 78 forks source link

How to compile for Enigma2? #1082

Closed Delitants closed 1 year ago

Delitants commented 1 year ago

Hi, I can't find any references in wiki of how to compile it for Enigma2 with FBC tuner. Thanks.

catalinii commented 1 year ago

The arm binary works for enigma, fbc or non enigma devices.

Delitants commented 1 year ago

The arm binary works for enigma, fbc or non enigma devices.

How do you compile for arm? I have DM920

catalinii commented 1 year ago

Arm version: https://github.com/catalinii/minisatip/releases

Delitants commented 1 year ago

Thanks, those are releases, but how to compile from sources?

catalinii commented 1 year ago

minisatip_arm.zip is the binary: https://github.com/catalinii/minisatip/releases/download/v1.2.102/minisatip_arm.zip

Jalle19 commented 1 year ago

@Delitants here's how the release builds are made: https://github.com/catalinii/minisatip/blob/master/.github/workflows/binaries.yml#L37. You'll need to have a MIPS cross-compilation toolchain installed.

If your Enigma has an ARM CPU then look at https://github.com/catalinii/minisatip/blob/master/.github/workflows/binaries.yml#L23 instead.

Jalle19 commented 1 year ago

Closing this