Skip to content

Commit

Permalink
chore(docs): add troubleshooting guide for mac arm64 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang authored Nov 6, 2023
1 parent 120c6ce commit ebebc63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ To install from the git repo:
cd lua-resty-aws
make install

### Troubleshooting

MacOS has a known issue that the libexpat header file 'expat_config.h' is missing. If you run into that issue, install libexpat manually (eg. `brew install libexpat`). And then include the libexpat location when installing;
luarocks install lua-resty-aws EXPAT_DIR=/path/to/expat

Details: https://github.com/lunarmodules/luaexpat/issues/32
---

## Development
Expand Down

0 comments on commit ebebc63

Please # to comment.