Skip to content

chenbk85/aerospike-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike Common

Library for commonly used or shared code.

Build

aerospike-common currently builds both a static archive and a dynamic shared library.

To only build the static archive:

$ make libaerospike-common.a

To only build the dynamic shared library:

$ make libaerospike-common.so

Alternatively, you can use all target:

$ make all

To clean up:

$ make clean

To run tests:

# make test

About

Common Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.8%
  • C++ 10.8%
  • Makefile 1.4%