Skip to content

Commit

Permalink
README: add comment for M1 Mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiwenTang committed Aug 9, 2023
1 parent 85cadce commit b6cdb45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,10 @@ cd Skity
mkdir build
cd build
cmake ..

# If build source in M1 Mac please append -DPNG_ARM_NEON=on in cmake argument list to prevent libpng compile error
# cmake ../ -DPNG_ARM_NEON=ON

make
make install
```
Expand Down

0 comments on commit b6cdb45

Please sign in to comment.