call-of-duty-2-docker-server
call-of-duty-2-docker-server copied to clipboard
Test server deployment on RaspberryPI
Using https://github.com/ptitSeb/box86
Hi is there a guide to make the server work in the raspberry Pi ??
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)