Update COMPILE.md (#917)

apt install neon-support
This commit is contained in:
mocsy 2024-01-11 19:04:22 +01:00 committed by GitHub
parent 3ebcc84d52
commit f2496984d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,7 @@ To have a trace enabled build (***the interpreter will be slightly slower***), a
#### to have ARM Dynarec
###### *Note: VFPv3 and NEON are required for Dynarec.*
###### You might need to `sudo apt install neon-support` package for CMAKE to correctly detect them.
###### *Note: Compiling with `ARM_DYNAREC` without selecting a hardware profile is not advised.*