Skip to content

Commit 80d2e51

Browse files
authored
Merge pull request #2 from richadams/patch-1
Update README to add a troubleshooting section.
2 parents 502e725 + 0b8e6f7 commit 80d2e51

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@ As new versions of Keynote are released, the following steps must be undertaken:
9696
* The `parse_proto_mapping.py` script in `protos` may help turn the output from this step into a
9797
JSON mapping, usable in `mapping.py`.
9898

99+
## Troubleshooting
100+
101+
### Unable to complete installation due to snappy-c.h not found.
102+
103+
```bash
104+
snappy/snappymodule.cc:31:10: fatal error: 'snappy-c.h' file not found
105+
```
106+
107+
This means you're missing the Snappy libraries. Install Snappy via whatever method your OS supports. e.g. `brew install snappy`, `sudo apt-get install libsnappy-dev`, etc.
108+
99109
## Credits
100110

101111
`keynote-parser` was built by [Peter Sobot](https://petersobot.com) but heavily based on [prior

0 commit comments

Comments
 (0)