memgraph/server
2015-09-13 21:55:19 +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
README.md Server readme markdown 2015-09-13 21:55:19 +02:00
test.cpp a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00
uvmachine.hpp a wild random checkpoint commit appeared 2015-08-30 01:12:46 +02:00

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../