Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 686 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 686 Bytes

Core

Build Status Build status

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

Installing

Run the following commands:

./INSTALL.sh

Deployment

A static lib binary will be created under the /bin directory. All headers are copied to /include directory.