Prakxo / ac-decomp

Decompilation in progress of Animal Crossing for the Nintendo GameCube.
347 stars 19 forks source link

Fix building Docker container on ARM #428

Closed MisterSheeple closed 1 week ago

MisterSheeple commented 1 week ago

oead doesn't supply ARM builds, so when it's installed on a computer running ARM, it attempts to build from source, which requires cmake. This pr adds cmake to the Dockerfile to allow building the container to succeed on ARM devices, and adds mention of cmake to the readme for any ARM users who may be building the project manually.

I've also added some small improvements to the readme to make the language used in the instructions more consistent.