Core is a C++ lib, intended to solve basic and common software issues which may rise, when designing and implementing a server side application. Few examples - Logger support, Async Execution support, Exception handling, Enumeration and etc...
Run the following commands:
./INSTALL.sh
A static lib binary will be created under the /bin directory. All headers are copied to /include directory.