Skip to content
Snippets Groups Projects
Commit efbc1c29 authored by DCoded's avatar DCoded
Browse files

Added note about ARM-based machines

parent b323ef80
No related branches found
No related tags found
1 merge request!10871Updated CONTRIBUTING.md
...@@ -38,6 +38,8 @@ While you can compile it like usual (`compile.bat`/`compile.sh`/`make`), there i ...@@ -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 source maps for easier debugging. Other than that there are no differences between compiling for development or
compiling for playing the game. 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 ## 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 Generally the code style is based on our `.eslintrc.json`. If your IDE has an auto format feature it can often read the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment