Building (using GCC by default):
make deps && make -j4
... or if you prefer clang:
make deps TOOLSET=clang && make CXX=clang++ -j4
Single-threaded non-blocking TCP networking framework using libevent, written in C++11. This work is just for fun.
Building (using GCC by default):
make deps && make -j4
... or if you prefer clang:
make deps TOOLSET=clang && make CXX=clang++ -j4
Single-threaded non-blocking TCP networking framework using libevent, written in C++11. This work is just for fun.
Other