call-of-duty-2-docker-server icon indicating copy to clipboard operation
call-of-duty-2-docker-server copied to clipboard

Test server deployment on RaspberryPI

Open bgauduch opened this issue 4 years ago • 2 comments

Using https://github.com/ptitSeb/box86

bgauduch avatar Sep 16 '21 11:09 bgauduch

Hi is there a guide to make the server work in the raspberry Pi ??

actraiser30 avatar Apr 08 '23 14:04 actraiser30

Hi is there a guide to make the server work in the raspberry Pi ??

@actraiser30 I really wish there were one !

But thats not as easy as it could be because the server binary was only compile for x86 CPU architecture.

Only 2 solutions then:

  • decompile the server binary and recompile it for targets architectures (that's way above my skills)
  • emulate the binary using some kind of virtualisation tool, as stated in the first comment (I didn't had the opportunity to test that)

bgauduch avatar Apr 11 '23 19:04 bgauduch