memgraph/speedy/README.md

26 lines
288 B
Markdown

## Dependencies
* https://github.com/libuv/libuv
```
sh autogen.sh
./configure
make
make check
make install
```
* https://github.com/joyent/http-parser
```
make
make install -stdlib=libstdc++ -lstdc++ (OSX)
make install
```
* https://github.com/c9s/r3
```
brew install r3 (OSX)
```