memgraph/server/README.md

379 B

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