diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfd3905dfdd35c9458d3f90487f562d778ffd676..08b659672916de8b570ff7ab539651da960c7444 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,6 +38,8 @@ While you can compile it like usual (`compile.bat`/`compile.sh`/`make`), there i source maps for easier debugging. Other than that there are no differences between compiling for development or compiling for playing the game. +If you are using an ARM-based device, you may need to use `arch -x86_64 bash compile.sh` to properly compile. + ## Code style Generally the code style is based on our `.eslintrc.json`. If your IDE has an auto format feature it can often read the