diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-21 00:58:19 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-21 01:02:16 +0200 |
commit | 47aaedd26a5ebabb3f009ca0c24c130c46558352 (patch) | |
tree | 88cfb53cd79b1538759c81c9e6e83207de1f6c1b /README | |
parent | 2b74a188332f152e8952725812e086968a41e925 (diff) | |
download | ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.tar.gz ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.tar.xz ponymap-47aaedd26a5ebabb3f009ca0c24c130c46558352.zip |
Implement the HTTP plugin
Ended up including Joyent's http-parser library.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ If you don't have Clang, you can edit the Makefile to use GCC or TCC, they work just as good. But there's no CMake support yet, so I force it in the Makefile. $ git clone https://github.com/pjanouch/ponymap.git + $ git submodule init + $ git submodule update $ make That is all, no installation is required, or supported for that matter. |