.. | ||
http | ||
uv | ||
README.md | ||
test.cpp | ||
uvmachine.hpp |
Dependencies
sh autogen.sh
./configure
make
make check
make install
make
make install -stdlib=libstdc++ -lstdc++ (OSX)
make install
Test compile
clang++ -std=c++11 test.cpp -o test -luv -lhttp_parser -I../