Skip to content

dulikvor/Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.