memgraph/server
2015-09-17 02:30:33 +02:00
..
application Initial version of the router class (not yet implemented) 2015-09-17 02:30:33 +02:00
http a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00
uv worked on mvcc, compiler and some utils, unfinished 2015-09-13 11:34:17 +02:00
.gitignore Initial version of the router class (not yet implemented) 2015-09-17 02:30:33 +02:00
README.md Initial version of the router class (not yet implemented) 2015-09-17 02:30:33 +02:00
test.cpp Initial version of the router class (not yet implemented) 2015-09-17 02:30:33 +02:00

Dependencies

sh autogen.sh
./configure
make
make check
make install
make
make install -stdlib=libstdc++ -lstdc++ (OSX)
make install
brew install r3 (OSX)

Test compile

clang++ -std=c++11 test.cpp -o test.out -luv -lhttp_parser -I../