XITRIX / Moonlight-Switch

Moonlight port for Nintendo Switch
779 stars 47 forks source link

Add switch docker build script #43

Closed sinofool closed 2 years ago

sinofool commented 2 years ago
XITRIX commented 2 years ago

I'm absolute noob in docker, could you write a small manual, how I could check it work? :)

sinofool commented 2 years ago

I didn’t verify if it works with Docker for Windows. If you have a Linux with docker, just run the script. The script will 1) build an image with devkitpro dependencies. 2) run the above image with local checkout code mounted to /code. The output will be placed in the source directory.

I use this script to build the latest code with multiple controllers support. Thank you for adding this feature. It let me able to play “it takes two” during the holiday.

Merry Christmas 🎄 @XITRIX

XITRIX commented 2 years ago

I have MacBook with ARM processor, I think it will make situation even more difficult 😅

Anyway, thanks for your contribution and Merry Christmas!