memgraph/server/README.md
2015-09-13 21:55:19 +02:00

359 B

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