memgraph/speedy
2015-09-20 22:21:50 +02:00
..
http moved uv to io 2015-09-20 14:30:26 +02:00
.gitignore Web server part of the project was renamed. The new name is speedy 2015-09-18 19:49:23 +02:00
Makefile r3 library is included, route registration still doesn't work because of some reference issue, TODO: do a better implementation 2015-09-20 22:21:50 +02:00
r3_include.h r3 library is included, route registration still doesn't work because of some reference issue, TODO: do a better implementation 2015-09-20 22:21:50 +02:00
README.md r3 library is included, route registration still doesn't work because of some reference issue, TODO: do a better implementation 2015-09-20 22:21:50 +02:00
speedy.hpp r3 library is included, route registration still doesn't work because of some reference issue, TODO: do a better implementation 2015-09-20 22:21:50 +02:00
speedy.inl r3 library is included, route registration still doesn't work because of some reference issue, TODO: do a better implementation 2015-09-20 22:21:50 +02:00
test.cpp r3 library is included, route registration still doesn't work because of some reference issue, TODO: do a better implementation 2015-09-20 22:21:50 +02:00

Dependencies

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

NOTE

r3_include.h is custom r3 header file because of compilation problem related to redefinition of bool