Update README.md
This commit is contained in:
parent
63e984d643
commit
022a9f30c6
1 changed files with 6 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ Installing
|
||||||
* pkg-config (for `make test`)
|
* pkg-config (for `make test`)
|
||||||
* glib-2.0 (>= 2.29) (for `make test`)
|
* glib-2.0 (>= 2.29) (for `make test`)
|
||||||
* glib-2.0-dev (for `make test`)
|
* glib-2.0-dev (for `make test`)
|
||||||
|
* swig (for Python bindings)
|
||||||
|
* python2.7-dev (for Python bindings)
|
||||||
|
|
||||||
To build, type `scons`. To run the built-in test suite, type `scons test`. For a debug build, add `--variant=debug`
|
To build, type `scons`. To run the built-in test suite, type `scons test`. For a debug build, add `--variant=debug`
|
||||||
|
|
||||||
|
|
@ -60,6 +62,10 @@ The `examples/` directory contains some simple examples, currently including:
|
||||||
* base64
|
* base64
|
||||||
* DNS
|
* DNS
|
||||||
|
|
||||||
|
Known Issues
|
||||||
|
============
|
||||||
|
The Python bindings only work with Python 2.7. SCons doesn't work with Python 3, and PyCapsule isn't available in 2.6 and below, so 2.7 is all you get. Sorry about that.
|
||||||
|
|
||||||
Community
|
Community
|
||||||
=========
|
=========
|
||||||
Please join us at `#hammer` on `irc.upstandinghackers.com` if you have any questions or just want to talk about parsing.
|
Please join us at `#hammer` on `irc.upstandinghackers.com` if you have any questions or just want to talk about parsing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue